Skip to content

Commit

Permalink
1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Mar 26, 2017
1 parent 0bb9718 commit f98d285
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 1.9.0 (March 25, 2017)

### Common

- Implemented `--ignore-warnings` option to ignore warnings, may take a list of patterns (@naorunaoru, #18)

### Extract

- Added tools version to banner

### Build

- Implemented file content inlining for `[basis.]asset()`
- Fixed cache invalidation for l10n culture packages (@fateevv, #17)
- Fixed output build done message in silent mode
- Fixed output warnings message in silent mode

## 1.8.3 (August 31, 2016)

- Fixed exception on duplicate template path definition. Extractor throws a fatal warning on duplication. (#16)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "basisjs-tools-build",
"title": "Basis.js build tools",
"version": "1.8.3",
"version": "1.9.0",
"homepage": "https://github.com/basisjs/basisjs-tools",
"description": "Build tools for basis.js framework",
"author": "Roman Dvornov <rdvornov@gmail.com>",
Expand Down

0 comments on commit f98d285

Please sign in to comment.