]> git.ipfire.org Git - thirdparty/moment.git/shortlog
thirdparty/moment.git
2012-04-23  Mattias RungeChanged startOf method to use a switch with fallthrough... 283/head
2012-04-23  Mattias RungeAdded generic functions for end of and start of for...
2012-04-23  Tim WoodFixing swedish grammar #260
2012-04-23  Tim WoodSwitching to using durations and moments in add/subtrac...
2012-04-23  Tim WoodMerging in durations into develop branch
2012-04-16  Tim Woodadding ds_store to gitignore
2012-04-16  Tim WoodAdding tests for eod on utc mode
2012-04-15  Rocky MezaAdded the asYear, asMonth, etc. getters to Durations 265/head
2012-04-15  Rocky MezaInstituted bubbling for Durations
2012-04-15  Rocky Mezaensure that you can create durations from an actual...
2012-04-15  Rocky MezaAdded getters to the Duration prototype.
2012-04-11  Tim WoodDeprecating format tokens `z zz`
2012-04-11  Tim Wooddeprecating moment.fn.native
2012-04-11  Tim WoodFixing merge conflicts with feature/parser branch
2012-04-11  Tim WoodSwitching to formatting token regex to save filesize.
2012-04-11  Tim WoodAdding millisecond parsing tests
2012-04-11  Tim WoodFixing string+formats parsing with new iterative parser
2012-04-11  Tim WoodAdding millisecond parsing tokens
2012-04-11  Tim WoodDeprecating z/zz removal note
2012-04-11  Tim WoodRenaming some internal variables and functions to be...
2012-04-11  Tim WoodShortening parse token regexes
2012-04-11  Tim WoodAdd a getter for moment.lang()
2012-04-10  Tim WoodSpeed improvement tests
2012-04-09  Tim WoodPassing tests on iterative parser
2012-04-08  Tim WoodStarting work on the iterative parser
2012-04-08  Rocky MezaMerge branch 'feature/ender_support' into develop
2012-04-07  Rocky MezaSimplified the dateAddRemove helper using the Duration...
2012-04-07  Rocky MezaStarted on the Duration object feature.
2012-04-04  Rod Vaggplay nicely within an Ender build 253/head
2012-04-02  Rocky MezaMerge branch 'master' of github.com:timrwood/moment
2012-04-02  Rocky MezaMerge pull request #229 from baryon/master
2012-04-02  Rocky MezaAdded tests for Korean number months.
2012-04-02  Rocky MezaMerge pull request #246 from hinrik/master
2012-04-02  Hinrik Örn... Support for Icelandic 246/head
2012-03-30  Tim WoodChanging unixValueOf to unix and adding unit tests
2012-03-30  Tim WoodMerge pull request #213 from exploid/master
2012-03-30  Tim WoodFinally adding notes on contributing
2012-03-23  Tim WoodAdding support for formatting milliseconds
2012-03-23  Tim Woodremove am/AM/pm/PM from meridiem
2012-03-23  Tim WoodRemoving `isFuture` parameter from `relativeTime` and...
2012-03-23  Tim WoodMerge pull request #221 from rockymeza/zh-ordering
2012-03-23  Tim WoodMerge pull request #226 from bleadof/master
2012-03-23  Tim WoodMerge pull request #224 from rockymeza/gl-1oclock
2012-03-23  Tarmo AidantaustaFixed 'seitsämän' to 'seitsemän' 225/head 226/head
2012-03-23  Tarmo AidantaustaAdded the Finnish translation support.
2012-03-23  Tarmo AidantaustaAdded support for isFuture argument for the relativeTim...
2012-03-23  Rocky MezaFixed one o'clock bug for Galician with calendar. 224/head
2012-03-23  Rocky Mezafixed ordering of longDateFormat for traditional and... 221/head
2012-03-23  LI Longfixed test case for chinese/japanese 229/head
2012-03-22  LI Longadd Japanese and fixed chinese
2012-03-21  Tim WoodNormalizing unit tests for -05:30 timezone
2012-03-21  Tim WoodSwitching to toDate instead of native in all the tests
2012-03-21  Tim WoodAdding unit tests for UTC day of week
2012-03-21  Tim WoodMaking ISO8601 parsing regex stricter
2012-03-21  Vincent RoyUse round() instead of parseInt() to be consistent. 213/head
2012-03-21  Vincent RoyAdd a unixValueOf that returns the unix timestamp in...
2012-03-21  Vincent RoyFormatting tweak.
2012-03-21  Vincent RoyAdd support for creation with unix timestamp in seconds
2012-03-20  Tim WoodMerge pull request #212 from exploid/master
2012-03-20  Vincent RoyFixed weekday returned when isUTC date. 212/head
2012-03-19  Tim WoodReleasing 1.5.0 1.5.0
2012-03-19  Tim WoodBuilding minified languages from changes
2012-03-19  Tim WoodSwitching to local timezone to fix dst test bug
2012-03-19  Tim WoodMerge pull request #205 from hokaccha/ismoment
2012-03-19  Tim WoodMerge pull request #203 from fduch2k/master
2012-03-15  hokacchaAdd `moment.isMoment()` 205/head
2012-03-13  Alexander HramovTests for fixed localization of .calendar method 203/head
2012-03-13  Alexander HramovFixed order of lastWeek days for Russian language 202/head
2012-03-09  Tim WoodMerge pull request #193 from hsablonniere/lang-fr
2012-03-09  Tim WoodMerge pull request #191 from suupic/master
2012-03-03  Hubert SABLONNIÈREFixing french locale Aujourd'hui instead of Ajourd'hui 193/head
2012-03-03  skywalkerfix some bugs for zh-cn locale 191/head
2012-03-02  Tim WoodBuilding lang da changes
2012-03-02  Tim WoodAdding longDateFormat.LT for da lang file
2012-03-02  Tim WoodUpdating unit tests for different languages
2012-03-02  Tim WoodMerge pull request #187 from jllahi/patch-1
2012-03-02  Tim WoodRebuilding lang files, renaming zh_CN to zh-cn to follo...
2012-03-02  Tim WoodUpdating readme for 1.4.0 changes
2012-03-02  Tim WoodAdding humanizeDuration function #178
2012-03-02  Tim WoodAdding disclaimer to failed moment.fn.format('z') in...
2012-03-02  Tim WoodFailing timezone unit tests #188
2012-03-02  Tim WoodFailing timezone unit tests #185
2012-03-02  Tim WoodAdding utc mode #158
2012-03-01  Tim WoodHandling empty string null #184
2012-03-01  JordiUpdate lang/ca.js 187/head
2012-02-28  Tim WoodAdded moment.fn.daysInMonth
2012-02-28  Tim WoodMerge pull request #182 from fduch2k/master
2012-02-28  Alexander HramovFixed test for ru.js language 182/head
2012-02-28  Alexander HramovMerge branch 'master' of github.com:fduch2k/moment
2012-02-25  Alexander HramovFixed test failed with "a day" form
2012-02-22  Tim WoodFixing bug for #176
2012-02-22  Tim WoodMerge pull request #174 from dreamerslab/master
2012-02-21  benfix zh-tw MM bug 174/head
2012-02-21  benadd zh-tw test
2012-02-20  Tim WoodBuilding changes for automatic iso parsing
2012-02-20  Tim WoodAdded automatic iso parsing
2012-02-20  Tim WoodASP.net dates can be negative #161
2012-02-20  Tim WoodMaking a default format for moment.fn.format
2012-02-20  Tim WoodAdding jshint options from build script
2012-02-20  Tim WoodMerge pull request #169 from fduch2k/master
next