Releases: scimmyjs/scimmy
Releases · scimmyjs/scimmy
v1.3.5
v1.3.4
What's Changed
- Fixed comparison of multivalue attributes targeted by sortBy parameter in
SCIMMY.Messages.ListResponseconstructor by @sleelin in #67 - Added
schemasinSCIMMY.Messages.PatchOpdocumentation and typing by @ymoriaud in #69 - Added
totalResultsparameter toSCIMMY.Messages.ListResponseconstructor by @sleelin in #71 - Added schema ID static get accessor properties for all
SCIMMY.Messagesclasses by @sleelin in #72 - Made return type of
attributemethod generic inSCIMMY.Types.SchemaDefinitionclass by @sleelin in #75 - Updated direction of
externalIdattribute to default value of "both" by @sleelin in #76
New Contributors
Full Changelog: v1.3.3...v1.3.4
v1.3.3
What's Changed
- Bumped ostensibly-typed development dependency to v1.2.1
- Fixes issues relating to mixed module declaration syntax in generated TypeScript type definitions
- Bumped classy-template development dependency to v1.5.3
Full Changelog: v1.3.2...v1.3.3
v1.3.2
What's Changed
- Refined TypeScript types and addressed type resolution issues
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- Fixed presence filtering of complex multi-value attributes in
SCIMMY.Types.SchemaDefinition - Fixed generated type definition for User and Group resource egress handler expected return values
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Added support for filtering of complex multi-value attributes in
coercemethod ofSCIMMY.Types.SchemaDefinition - Fixed generated TypeScript type definitions
Full Changelog: v1.2.4...v1.3.0
v1.2.4
What's Changed
- Fix checks of
startIndexanditemsPerPagein ListResponse - Handle invalid or empty values returned by egress handlers in
SCIMMY.Resources.UserandSCIMMY.Resources.Group - Ignore unknown sub-attributes when coercing complex values in
SCIMMY.Types.Attribute - Force
caseExactanduniquenessconfig values to betrueandnonewhen attribute type isbinary
Full Changelog: v1.2.3...v1.2.4
v1.2.3
What's Changed
- Allow leading special characters for attribute names in filter strings
- Treat null as undefined in
matchmethod ofSCIMMY.Types.Filterclass - Fix handling of schema extensions when filtering coerced values in
SCIMMY.Types.SchemaDefinitionclass - Throw
500and501errors for missing or invalid handlers inSCIMMY.Resources.UserandSCIMMY.Resources.Groupclasses - Limit
patchmethod to singular resources inSCIMMY.Resources.UserandSCIMMY.Resources.Groupclasses
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- In EnterpriseUser schema, make
valuesub-attribute ofmanagercomplex attribute optional
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Add support for runtime environments that don't implement
node:utillibrary
Full Changelog: v1.2.0...v1.2.1