- Add EditorConfig file
- Add
.gitattributes
file - Update
.gitignore
file to be simpler - Update changelog to be easier to digest
- Update
package.json
to be tidier and up-to-date and addpackage-lock.json
- Remove
docco
usage and existingdocs
directory - Add
.npmignore
file to control what is published to npm - Add Travis CI config file
- Add proper contributor guidelines
- Switch build from Cake to Grunt and automate test suite
- Add Bower file
- Add support for AMD
- Add ESLint
- Update license
- Optimize date formatting
- Improve accuracy of
e
&T
format tokens - Improve
README.md
and add shields/badges - Add
getTimezone
method
- Add guards to method declarations to prevent overriding future additions #3
- Rename project to
date-ext
#3
- Add scheduling functionality #1
- Add add/subtract functionality for common date fields
- Performance improvements