Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented ISO 8601 %V directive in time format #2151

Closed
wants to merge 12 commits into from
Closed

Implemented ISO 8601 %V directive in time format #2151

wants to merge 12 commits into from

Commits on Dec 9, 2014

  1. Implemented the %V pattern in date format.

       - %V now works as expected.
       - Added tests.
       - Added tests for %W.
    epoitras committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    b278196 View commit details
    Browse the repository at this point in the history
  2. Implemented the %V pattern in date format.

       - %V now works as expected.
       - Added tests.
       - Added tests for %W.
    epoitras committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    dd1175e View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2014

  1. Corrected implementation of %V as it was trickier that initially expe…

    …cted.
    
       - Compliant to ISO 8601
       - Added tests for week 53, year rolling.
    epoitras committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    0294e68 View commit details
    Browse the repository at this point in the history
  2. Adjusted versioning.

    epoitras committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    9f9ab6f View commit details
    Browse the repository at this point in the history
  3. Merge branch '2'

    Conflicts:
    	src/start.js
    epoitras committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    ee1c11d View commit details
    Browse the repository at this point in the history
  4. Generated files.

    epoitras committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    297f762 View commit details
    Browse the repository at this point in the history
  5. Merge branch '2'

    epoitras committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    35df424 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2015

  1. Merge remote-tracking branch 'd3/master'

    Conflicts:
    	d3.js
    	d3.min.js
    	src/start.js
    epoitras committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    5aab6c3 View commit details
    Browse the repository at this point in the history
  2. Added intellij artifacts to gitignore.

    epoitras committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    d1e642f View commit details
    Browse the repository at this point in the history
  3. Updated d3.min.js

    epoitras committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    3e1012e View commit details
    Browse the repository at this point in the history

Commits on May 28, 2015

  1. Merge remote-tracking branch 'mbostock/master'

    # Conflicts:
    #	d3.min.js
    eric-poitras committed May 28, 2015
    Configuration menu
    Copy the full SHA
    1190f86 View commit details
    Browse the repository at this point in the history
  2. Fixed merge conflict.

    eric-poitras committed May 28, 2015
    Configuration menu
    Copy the full SHA
    2cb3ac3 View commit details
    Browse the repository at this point in the history