Skip to content

Releases: klaudsol/klaudsol-commons

v1.9.1

17 Aug 11:27
cb3711d
Compare
Choose a tag to compare
  • Added DynamoDB.js file

v1.9.0

17 Aug 08:07
ec65774
Compare
Choose a tag to compare
  • Added DynamoDB

v1.8.1

26 Jun 04:50
fbb8e42
Compare
Choose a tag to compare
  • Added userId to People model.

v1.8.0

05 Jun 03:44
af2f033
Compare
Choose a tag to compare
  • Supports OR queries in assertUserCan (e.g. assertUserCan(['can_do_admin_stuff', 'write_contents'], req)
  • Supports parameterized capabilities (e.g. assertUserCan('write_contents', req, 'blog'))
  • Provides a Download to CSV mechanism for frontend and backend.

v1.7.1

17 May 23:15
ceeefc4
Compare
Choose a tag to compare
  • Fixed build issues involving DB#sha256
  • Removed write_content_types capability from Administrator and Editor
  • Removed write_settings capability from Administrator

v1.7.0

01 May 16:40
155cc23
Compare
Choose a tag to compare
  • Added Session#create() and Session#cleanupExpired
  • Added @klaudsol/commons/lib/Crypto for cryptography-related functions
  • Crypto#sha256 has can now be encoded as 'hex' or 'base64' (used to be 'base64' only)

v1.6.1

28 Apr 07:07
72e6d4d
Compare
Choose a tag to compare
  • Fix: Removed trailing commas on migration script

v1.6.0

25 Apr 00:02
400750e
Compare
Choose a tag to compare
  • Added a method that resets a user's password (change password w/out old password)
  • assertUserCan now caters to both JWT and session.

v1.5.0

19 Apr 01:56
b604e8b
Compare
Choose a tag to compare
  • Add the S3.js file, which includes presigned URL's upload, among other things.
  • Execute migrations inside plugins

v1.4.1

17 Apr 00:39
09ba9db
Compare
Choose a tag to compare
  • Disable Cloudwatch errors when not being used