Skip to content

Releases: rsm-hcd/AndcultureCode.JavaScript.Core

ScrollUtils, CollectionUtils and StringUtils methods

21 Jul 16:23

Choose a tag to compare

v0.1.4 Release

Release notes

Addition of new ScrollUtils, CollectionUtils and StringUtils methods

Known issues

#25 Bump lodash from 4.17.15 to 4.17.19
#27 Port ScrollUtils, CollectionUtils#removeElementAt and StringUtils#join

Contributors

@wintondeshong

Added BrowserUtils

20 Jul 17:18

Choose a tag to compare

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

06 Jul 11:56

Choose a tag to compare

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

@brandongregoryscott

v0.1.1

02 Jul 20:19

Choose a tag to compare

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

@brandongregoryscott

Localization Utilities

26 Jun 12:06

Choose a tag to compare

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

@wintondeshong

Localization actors and fixes

23 Jun 17:58

Choose a tag to compare

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.