Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.28 KB

CHANGES.md

File metadata and controls

31 lines (26 loc) · 1.28 KB

Version 1.1.0, 2017.09.13

  • 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 add package-lock.json
  • Remove docco usage and existing docs 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

Version 1.0.2, 2012.05.08

  • Add guards to method declarations to prevent overriding future additions #3
  • Rename project to date-ext #3

Version 1.0.1, 2012.05.04

  • Add scheduling functionality #1
  • Add add/subtract functionality for common date fields
  • Performance improvements