From 793ecfb7b492da0818c60ca205e86799027d4c1d Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Wed, 28 Dec 2016 12:21:09 -0800 Subject: [PATCH] v0.10.0 --- Changelog.md | 23 +++++++++++++++++++++++ Readme.md | 2 +- bower.json | 2 +- component.json | 2 +- package.json | 2 +- 5 files changed, 27 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index 4e97249..91c7a2e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,29 @@ v0.10.0 on 2016-12-28 --------------------- +- Remove the old API deprecated in v0.9. + +- Bundle some locales that you can use with `strftime.localizedByIdentifier('nl_NL')`. Full list available in the [readme](https://github.com/samsonjs/strftime/blob/master/Readme.md). + Thanks to [Andrew Pirondini](https://github.com/andrewjpiro) of [iFixit](https://ifixit.com) + +- Add instructions to install with Yarn. + Thanks to [Ayman Nedjmeddine](https://github.com/IOAyman) + +- Unrecognized format specifiers preserve the % sign, e.g. `strftime('%K') => "%K"`. + Thanks to [Kevin Jin](https://github.com/Kevin-Jin) + +- Make `strftime` work with dates that have been extended by [DateJS](http://www.datejs.com). + Thanks to [Stian Grytøyr](https://github.com/stiang) + +- Add instructions to install with Yarn. + Thanks to [Ayman Nedjmeddine](https://github.com/IOAyman) + +- Fix UTC formatting of dates that cross a DST boundary. + Thanks to [ray007](https://github.com/ray007) + +- Allow localizing ordinals. + Thanks to [Simon Liétar](https://github.com/Sim9760) + v0.9.2 on 2015-05-29 -------------------- diff --git a/Readme.md b/Readme.md index 849ce31..cc1f29c 100644 --- a/Readme.md +++ b/Readme.md @@ -3,7 +3,7 @@ strftime strftime for JavaScript. Works in (at least) node.js and browsers. Supports localization and timezones. Most standard specifiers from C are supported as well as some other extensions from Ruby. -[![version 0.9.2 on npm](https://img.shields.io/badge/npm-0.9.2-brightgreen.svg?style=flat)](https://www.npmjs.com/package/strftime) [![node version 0.2 and up](https://img.shields.io/badge/node->=0.2-brightgreen.svg?style=flat)](https://nodejs.org) [![MIT License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat)](https://sjs.mit-license.org) +[![version 0.10.0 on npm](https://img.shields.io/badge/npm-0.10.0-brightgreen.svg?style=flat)](https://www.npmjs.com/package/strftime) [![node version 0.2 and up](https://img.shields.io/badge/node->=0.2-brightgreen.svg?style=flat)](https://nodejs.org) [![MIT License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat)](https://sjs.mit-license.org) Installation ============ diff --git a/bower.json b/bower.json index 048c438..5f56460 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "strftime", - "version": "0.9.2", + "version": "0.10.0", "main": "strftime.js", "ignore": [ "Readme.md", diff --git a/component.json b/component.json index 226451e..0f00c70 100644 --- a/component.json +++ b/component.json @@ -3,7 +3,7 @@ "repo": "samsonjs/strftime", "description": "strftime date formatting", "keywords": ["strftime", "format", "date", "time"], - "version": "0.9.2", + "version": "0.10.0", "main": "strftime.js", "scripts": ["strftime.js"] } diff --git a/package.json b/package.json index 30f3587..0ae0630 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "strftime", "description": "strftime for JavaScript", - "version": "0.9.2", + "version": "0.10.0", "homepage": "http://samhuri.net/proj/strftime", "author": "Sami Samhuri ", "contributors": [