Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

Provide a way to bias the dates parsed to either the past or the future #4

Closed
wants to merge 11 commits into from

Commits on Aug 19, 2011

  1. Fix Chronic tests by ensuring the hour and minute are set along with the

    day on relative date tests.
    eric committed Aug 19, 2011
    Configuration menu
    Copy the full SHA
    21c6153 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2011

  1. Configuration menu
    Copy the full SHA
    fcf59e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2011

  1. Greatly simplify some logic.

    eric committed Aug 22, 2011
    Configuration menu
    Copy the full SHA
    75f85a0 View commit details
    Browse the repository at this point in the history
  2. Ensure parsing 'now' works.

    eric committed Aug 22, 2011
    Configuration menu
    Copy the full SHA
    24efecc View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2011

  1. Configuration menu
    Copy the full SHA
    bb4dfa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    665d6b8 View commit details
    Browse the repository at this point in the history
  3. Add task to run tests.

    eric committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    95b2193 View commit details
    Browse the repository at this point in the history
  4. Improving output.

    eric committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    79eb765 View commit details
    Browse the repository at this point in the history
  5. Update README.

    eric committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    6a9d01a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    327aa38 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2011

  1. Provide a way to bias the dates parsed to either the past or the future

    Biasing is signaled by setting the `bias` property to `past` or `future`
    on an object that is passed as the second optional argument to
    `Date.parse()`.
    eric committed Aug 24, 2011
    Configuration menu
    Copy the full SHA
    7531a3d View commit details
    Browse the repository at this point in the history