16 lines
740 B
Markdown
16 lines
740 B
Markdown
# Change Log
|
|
All notable changes to this project will be documented in this file.
|
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
## [1.1.0] - 2016-04-22
|
|
### Changed
|
|
- Allow key converters to be customized with the `process` option, or by passing in a function as the second argument (https://github.com/domchristie/humps/pull/28)
|
|
|
|
|
|
## [1.0.0] - 2015-10-10
|
|
### Changed
|
|
- Do not treat numbers as uppercase characters when decamelizing. The old behaviour can be achieved with the new `split` option.
|
|
- Moved the `decamelize` `separator` argument from arguments list into options object.
|
|
- Removed the `decamelize` `ignoreNumbers` argument in favor of the `split` option.
|
|
- Converted tests from Ruby/Jasmine to Node/Mocha.
|