Releases: cahilfoley/utils
Releases · cahilfoley/utils
Release v1.1.0
Release v1.0.5
New Features
- toProperList function from @gustafsilva
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
Bug Fixes
- Added a return type for the
get
function (wasvoid
)
Example NPM deploy
Merge pull request #3 from cahilfoley/sample-deploy Example deployment
Release v1.0.3
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
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
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
v1.0.1-1 Updated README with install and usage instructions
Release v1.0.1
Version bump to 1.0.1
Release v1.0.0-alpha.2
Next alpha release