Skip to content

Releases: scimmyjs/scimmy

v1.0.0

15 Nov 07:25
7cd3145
Compare
Choose a tag to compare

What's Changed

Additions:

  • BulkRequest and BulkResponse Protocol Messages
  • SearchRequest Protocol Messages
  • 100% coverage in unit tests
  • Handling for more data types in attribute coercion
  • Declared schemas now automatically treat nested schema extensions as declared
  • Full implementation of SCIM Filter specification in SCIMMY.Types.Filter class

Fixes:

  • Case sensitivity of attribute names in filter class
  • Various fixes in handling of PatchOp messages
  • Resource basepath is now mutable for multi-tenant environments

Full Changelog: v0.10.0...v1.0.0

v0.10.0

15 Nov 07:38
7f05fac
Compare
Choose a tag to compare

What's Changed

Additions:

  • full suite of unit tests for each class using MochaJS

Fixes:

  • various issues with data type validation in Attribute coerce method
  • issues handling namespaced schema extensions in SchemaDefinition
  • schema extensions will no longer be considered declared when they have been truncated from all parents

Full Changelog: v0.9.10...v0.10.0

v0.9.10

25 Oct 14:46
Compare
Choose a tag to compare

Initial release.