Releases: rsm-hcd/AndcultureCode.JavaScript.Core
v0.9.0 Add AriaRole enum
v0.8.0
v0.8.0 Release
Release notes
Adds a few common HttpHeader enum values
Known issues
#136 Add 'Content-Length' HttpHeader enum
Contributors
v0.7.0
v0.7.0 Release
Release notes
Adds new RecordUtils functions for generating defaultValues objects - ensures the developer does not miss any properties, even if they are "optional" in the original type. See #130 for changes.
Notable features:
defaultValuesFactorywhich essentially just provides typing to ensure consumer doesn't miss any properties of typeTauditableDefaultValuesFactorywhich does the same, but also provides defined properties forAuditablesensureRecordswhich takes an array of objects and maps it throughensureRecord, which is common for view model constructors to do for navigation properties- Ported repo over to a Github Actions workflow script for the build
- Separated out
tsconfig.jsonto a distribution version which excludes tests (tsconfig.dist.json), which should restore Jest matcher intellisense in IDEs
Known issues
#129 AuditableDefaultValues / Factory for requiring properties to be set
Contributors
v0.6.4
v0.6.3
v0.6.3 Release
Release notes
Numerous dependency upgrades
Known issues
#92 Bump axios from 0.19.2 to 0.21.1
#100 Bump elliptic from 6.5.3 to 6.5.4
#105 Bump y18n from 4.0.0 to 4.0.1
#116 Bump ssri from 6.0.1 to 6.0.2
#117 Bump handlebars from 4.7.6 to 4.7.7
#118 Bump lodash from 4.17.19 to 4.17.21
#119 Bump hosted-git-info from 2.8.8 to 2.8.9
#120 Bump ws from 7.3.0 to 7.4.6
v0.6.2
v0.6.1
v0.6.0
v0.5.2
v0.5.2 Release
Release notes
Bundle of small/maintenance issues - most notably, moving the majority of production dependencies to peerDependencies, which will now require consumers to install manually. See PR #98 for those changes.
Known issues
#95 Reevaluate production vs. peer/dev dependencies
#102 Update README with section on internationalization
#89 Add 'Cache-Control' HttpHeader enum
#99 Move + export LocalizationInitOptions interface from LocalizationUtils
#76 Update custom Constructor type to better align with generic constructor from TS Handbook