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

31 lines
526 B
Markdown
Raw Normal View History

# 2.0.0
## Breaking changes
- Decouple from global `wcSettings` object.
- The currency package has been rewritten to export a `Currency` class instead of several utility functions.
## Other changes
- Remove lodash dependency.
# 1.1.3
- Update dependencies.
2019-06-27 01:00:44 +00:00
# 1.1.2
- Update license to GPL-3.0-or-later.
2019-06-27 01:00:44 +00:00
# 1.1.1
- Change text domain on i18n functions.
- Bump dependency versions.
# 1.1.0
2019-01-17 23:38:43 +00:00
- Format using store currency settings (instead of locale)
- Add optional currency symbol parameter
# 1.0.0
- Released package