Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
89 changes: 89 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- CHANGELOG.md file


## [2.1.0] - 2020-02-11
### Added
- Export data out of the module

## [2.0.0] - 2020-02-03
### Added
- `publishDate` method
- script to download and parse currencies from www.currency-iso.org

### Changed
- Updated currencies(VEF currency was removed and some new currencies were added)

## [1.5.1] - 2019-10-30
### Added
- MIT license

### Fixed
- code and number types

## [1.5.0] - 2018-08-24
### Added
- digits type

### Fixed
- number type(changed it to string)

## [1.4.0] - 2018-08-06
### Added
- Add types for typescript

## [1.3.0] - 2018-05-07
### Changed
- Update data to use https://www.iso.org/iso-4217-currency-codes.html

## [1.2.0] - 2018-04-11
### Added
- `numbers()` method added that returns a list of currency numbers

## [1.1.2] - 2015-08-07
### Fixed
- typo for 'UYI' - "currenc" = "currenc"

## [1.1.1] - 2015-07-23
### Changed
- to MIT license

### Fixed
- turkey and northern cyprus typo

## [1.1.0] - 2014-04-16
### Changed
- Store currency number as string

## [1.0.2] - 2013-10-02
### Added
- Tests

## [1.0.1] - 2013-10-01
### Added
- Project keywords

## 1.0.0 - 2013-10-01
### Added
- Initial commit

[Unreleased]: https://github.com/freeall/currency-codes/compare/v2.1.0...HEAD
[2.1.0]: https://github.com/freeall/currency-codes/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/freeall/currency-codes/compare/v1.5.1...v2.0.0
[1.5.1]: https://github.com/freeall/currency-codes/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/freeall/currency-codes/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/freeall/currency-codes/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/freeall/currency-codes/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/freeall/currency-codes/compare/v1.1.2...v1.2.0
[1.1.2]: https://github.com/freeall/currency-codes/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/freeall/currency-codes/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/freeall/currency-codes/compare/v1.0.2...v1.1.0
[1.0.2]: https://github.com/freeall/currency-codes/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/freeall/currency-codes/compare/v1.0.0...v1.0.1