@sepbit/dekajs
Version:
This is a simple library to convert Dekatrian and Gregorian.
145 lines (107 loc) • 2.39 kB
Markdown
Changelog
See [Keep a Changelog](http://keepachangelog.com/).
# [8.0.0] 2019-12-27
## Changed
- Change directory structure
# [7.1.0] 2019-10-12
## Changed
- Change from NotABug to GitLab
# [7.0.2] 2019-09-25
## Changed
- Minor improvements
# [7.0.1] 2019-08-18
## Changed
- notice license
# [7.0.0] 2019-08-16
## Changed
- New release
# [6.0.4] 2019-05-24
## Changed
- Change from GitHub to NotABug
# [6.0.3] 2019-03-16
## Changed
- Information for contribution
## Removed
- CODE_OF_CONDUCT.md CONTRIBUTING.md files
# [6.0.2] 2019-03-06
## Fixed
- README.md, example CJS
# [6.0.1] 2019-03-06
## Fixed
- Coverage
# [6.0.0] 2019-03-05
## Changed
- export default to export
# [5.0.8] 2019-02-16
## Changed
- Update package.json
- dekatrian_test.mjs to dekatrianTest.mjs
# [5.0.7] 2019-02-16
## Changed
- Update README.md
# [5.0.6] 2019-02-16
## Changed
- Update CONTRIBUTING.md
# [5.0.5] 2019-02-16
## Changed
- Scrutinizer CI to Travis CI and Coveralls
# [5.0.4] 2019-02-12
## Fixed
- Standard.JS style guide
# [5.0.3] 2019-02-12
## Changed
- Appropriate legal notice
# [5.0.2] - 2019-02-11
## Changed
- test/*.js to test/*.mjs
# [5.0.1] - 2019-02-10
## Fixed
- dekaToGreg() function, error Sinchronian day
# [5.0.0] - 2019-01-29
## Added
- ECMAScript module, with [ESM](https://github.com/standard-things/esm)
## Changed
- testing framework [MOCHA](https://github.com/mochajs/mocha) to [AVA](https://github.com/avajs/ava)
# [4.0.7] - 2018-12-24
## Changed
- engine [NPM](https://github.com/npm/cli) ^6.4 to ^5.8
## Removed
- tags file
# [4.0.6] - 2018-12-22
## Changed
- assert.equal() to assert.strictEqual()
# [4.0.5] - 2018-12-22
## Changed
- Appropriate legal notices
# [4.0.4] 2018-10-29
## Changed
- Use JSDoc
# [4.0.3] 2018-10-20
## Changed
- Universal Ctags
## Removed
- Code Intelligence badge in README.md
# [4.0.2] 2018-10-20
## Changed
- indent style
# [4.0.1] 2018-09-14
## Fixed
- Get Gregorian day of year
# [4.0.0] 2018-09-13
## Changed
- dekatoGreg method to dekaToGreg
# [3.0.1] - 2018-06-20
## Changed
- Publish the readme file in NPM.js
# [3.0.0] - 2018-06-17
## Changed
- changes for Scoped Packages
# [2.0.0] - 2018-04-08
## Changed
- Change to static methods
# [1.0.1] - 2018-02-11
## Changed
- package.json
# [1.0.0] - 2018-02-11
## Added
- First release!