Skip to content

Commit

Permalink
1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Aug 10, 2016
1 parent 85b3106 commit 50cbb4c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.8.0 (August 10, 2016)

- Implemented JavaScript bundle mode for `build`
- New option `--js-bundle` to produce a JavaScript bundle with optional argument `format` (currently `js` or `json`)
- New option `--js-bundle-name` to set a custom base name for bundle file (makes sense when `--js-bundle` is using, extension is choosing according to `format`)
- Implemented symlink feature and `addSymlink()` method for plugin API
- Fixed plugin relative path processing

## 1.7.2 (July 21, 2016)

- Changed path format for implicit `SourceWrappers` to neutral one (change prefix `#N``.N`) to fix issue when `SourceWrapper#path` is using as `<b:include>` source (`src` attribute value)
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.7.2",
"version": "1.8.0",
"homepage": "https://github.com/basisjs/basisjs-tools",
"description": "Build tools for basis.js framework",
"author": "Roman Dvornov <[email protected]>",
Expand Down

0 comments on commit 50cbb4c

Please sign in to comment.