1
|
# Change Log
|
2
|
|
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
4
|
|
5
|
<a name="4.0.0"></a>
|
6
|
# [4.0.0](https://github.com/yargs/y18n/compare/v3.2.1...v4.0.0) (2017-10-10)
|
7
|
|
8
|
|
9
|
### Bug Fixes
|
10
|
|
11
|
* allow support for falsy values like 0 in tagged literal ([#45](https://github.com/yargs/y18n/issues/45)) ([c926123](https://github.com/yargs/y18n/commit/c926123))
|
12
|
|
13
|
|
14
|
### Features
|
15
|
|
16
|
* **__:** added tagged template literal support ([#44](https://github.com/yargs/y18n/issues/44)) ([0598daf](https://github.com/yargs/y18n/commit/0598daf))
|
17
|
|
18
|
|
19
|
### BREAKING CHANGES
|
20
|
|
21
|
* **__:** dropping Node 0.10/Node 0.12 support
|