All Versions
10
Latest Version
Avg Release Cycle
199 days
Latest Release
2209 days ago

Changelog History

  • v0.3.3 Changes

    April 07, 2018
    • fix the distribution and switch to browserify
  • v0.3.2

    October 17, 2017
  • v0.3.1 Changes

    March 02, 2016
    • remove lodash dep
  • v0.3.0 Changes

    March 02, 2016
    • update the readme
    • update dist
    • remove map
    • fix travis. include only the lodash methods that we need. minor tweaks to be more consistent with the rest of the project.
    • update lodash to find the latest available
    • remove template string for legacy support
    • remove template string for legacy support
    • natural language normalization, fixes #66, 64, 28, 16, 15, 11, 4
    • normalize string at parser using norm.js; add lodash as dep
    • add issues under work
    • fix npm i warning by adding MIT license field
  • v0.2.2 Changes

    January 25, 2016
    • fix tonight with minutes issue #72, add test
  • v0.2.1 Changes

    November 20, 2015
    • fix(months): adds no extra day when months in the past
  • v0.2.0 Changes

    February 21, 2014
    • update the distributions
    • Fix rMonths reg exp
    • Unparsable strings return the current date instead of tomorrow. Better prediction if parsed date is close to now (same minute).
    • parsing of str's like 2 minutes ago working now
    • Capturing the time unit minutes..months
    • added travis
    • correctly parse dates like "1st of March"
    • parsing of "1st of march" working
    • Extend at hour to support 24 hour clock and add support for hour.minute format
    • 12:30pm no longer resolves to 12:30am. fixes: #6
    • fixed an issue that prevented Monday at 10 am to be matched correctly
  • v0.1.1 Changes

    May 21, 2013
    • ๐Ÿ›  fixed: infinite loop for non-matching characters
  • v0.1.0 Changes

    May 20, 2013
    • ๐Ÿ›  fixed: dates in the past
    • โž• added: ago
    • โž• added: implied meridiem
    • โž• added: months
    • โž• added: tests
  • v0.0.1 Changes

    May 13, 2013
    • ๐ŸŽ‰ initial commit