Skip to content

Releases: cahilfoley/utils

Release v1.1.0

21 Sep 12:55
Compare
Choose a tag to compare

Features

  • array: add filterBy function (#10) (d0d4e35)
  • array: add flatMap function (28d44bd)
  • array: add partitionArray function (7bb0246)

Release v1.0.5

18 Sep 16:58
Compare
Choose a tag to compare

New Features

Enhancements

  • All exports have been updated to be compatible with ES6 and commonjs import/require
    import { camelToTitle } from '@cahil/utils' // works 👌
    import camelToTitle from '@cahil/utils/transforms/camelToTitle' // works 👌
    const camelToTitle = require('@cahil/utils/transforms/camelToTitle') // works 👌
  • Comments have been added to all function returns to improve the documentation

Release v1.0.4

15 Sep 18:49
Compare
Choose a tag to compare

Bug Fixes

  • Added a return type for the get function (was void)

Example NPM deploy

30 Aug 06:34
4980953
Compare
Choose a tag to compare
Merge pull request #3 from cahilfoley/sample-deploy

Example deployment

Release v1.0.3

27 Aug 16:58
Compare
Choose a tag to compare

Updates

  • Updated the documentation across all functions
  • Added grouping of functions in documentation by category
  • Improved root import/exports to be much cleaner

Release v1.0.2

26 Aug 16:41
Compare
Choose a tag to compare

Changes

  • Added the array.updateItem function
  • Updated entry point to export all functions as well as modules
  • Updated README to include API documentation for NPM package

Added typedoc generated README to npm package

26 Aug 10:05
Compare
Choose a tag to compare

NPM Readme

Added generated markdown to the README that is bundled with the NPM package using the typedoc-plugin-markdown theme to make documentation easier to access.

Automate documentation deployment and updated README

26 Aug 05:33
Compare
Choose a tag to compare
v1.0.1-1

Updated README with install and usage instructions

Release v1.0.1

26 Aug 02:13
Compare
Choose a tag to compare
Version bump to 1.0.1

Release v1.0.0-alpha.2

25 Aug 17:22
Compare
Choose a tag to compare
Pre-release

Next alpha release