Releases: rsm-hcd/AndcultureCode.JavaScript.Core
ScrollUtils, CollectionUtils and StringUtils methods
Added BrowserUtils
v0.1.3 Release
Release notes
Addition of new BrowserUtils internet explorer detection methods as well as some backfilling of tests for CollectionUtils
Known issues
#22 CollectionUtils test coverage
#24 add BrowserUtils.isIE() method
Contributors
@mrjones2014
@saidshahdev
v0.1.2
v0.1.2 Release
Release notes
Fixed an incorrect import in the transpiled JS from the v0.1.1 release
Notable features:
- #17 Module not found: Can't resolve 'utilities/collection-utils'
Known issues
Contributors
v0.1.1
v0.1.1 Release
Release notes
Fixes a small bug in ServiceUtils.mapPagedAxiosResponse
Notable features:
- #15 ServiceUtils.mapPagedAxiosResponse returns rowCount of current result set, not total result set
Known issues
Contributors
Localization Utilities
v0.1.0 Release
Release notes
Taking previously added Localization (l10n) actors, added various utility methods for interacting with l10n an application.
Notable features:
- Localization configuration commands to enable l10n during application startup
- Localization translation methods
- Fixed what were mistakenly devDeps that should have been primary deps
Known issues
#13 Localization configuration utilities
#14 Cannot find module 'query-string' from 'route-utils.js'
Contributors
Localization actors and fixes
Started adding localization actors to the repository for handling i18n/l10n in frontend projects.
In addition to l10n, fixed issue #10, changing to named exports.