woocommerce/plugins/woocommerce-admin/packages/number/CHANGELOG.md

31 lines
511 B
Markdown
Raw Normal View History

# 2.1.0
- Update to @wordpress/eslint coding standards.
# 2.0.0
- Remove lodash dependency.
## Breaking Changes
- Decouple from global wcSettings object.
- Exported methods of the number package have been rewritten to accept a configuration object as their first parameter.
2019-08-15 22:20:54 +00:00
# 1.0.4
2019-06-27 01:00:44 +00:00
- Update dependencies.
# 1.0.3
- Update license to GPL-3.0-or-later.
2019-06-27 01:00:44 +00:00
# 1.0.2
- Bump dependency versions.
# 1.0.1
# 1.0.0
- Initial release exports `numberFormat`, `formatValue`, and `calculateDelta`