Skip to content

Commit

Permalink
4.0.0 with Fix #15 Remove dependency on Polymer library
Browse files Browse the repository at this point in the history
  • Loading branch information
t2ym committed Mar 20, 2019
1 parent 39e8f31 commit bf85fe3
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 6 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,38 @@
# Changelog

## [4.0.0] 2019-3-20
### Added
- Depending on `lit-html@^1.0.0`
- Depending on `wc-putty@^0.1.0`
- `.data` property to store the template object moved from `<json-data>` via build-time preprocessing

### Changed
- Rendering with `lit-html@^1.0.0` instead of Polymer library

### Removed
- Dependency on `@polymer/polymer`
- Safari 9 support

## [3.0.0] 2019-2-24
### Added
- Support Polymer 3.x in ES modules

### Changed

### Removed
- Polymer 1.x/2.x hybrid support in HTML Imports
- Bower support

## [2.0.0]
### Added
- Hybrid support of Polymer 1.x/2.x in the legacy syntax

### Changed

## [1.0.1]
### Added
- Polymer 1.x support

### Changed

### Removed
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -18,7 +18,7 @@
},
"homepage": "https://github.com/t2ym/i18n-format#readme",
"name": "i18n-format",
"version": "4.0.0-pre.13",
"version": "4.0.0",
"main": "i18n-format.js",
"directories": {
"test": "test"
Expand Down Expand Up @@ -58,7 +58,7 @@
"type-detect": "1.0.0"
},
"dependencies": {
"i18n-number": "^4.0.0-pre",
"i18n-number": "^4.0.0",
"lit-html": "^1.0.0",
"make-plural": "^4.3.0",
"wc-putty": "^0.1.0"
Expand Down

0 comments on commit bf85fe3

Please sign in to comment.