Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Feb 28, 2014
1 parent 088b785 commit 6a5609a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 1.3.1 (February 28, 2014)

Common

- update dependancy lib versions
- small `server `message output improvements
- fix command argument processing for `build`, `create` and `extract`

Build & extract

- `style` attributes in templates are now processing
- output fatal error for more than one `<link>` with same filename
- name main `basis.js` file as `script.js` if present
- add `require` and `resource` arguments to module wrapper as 3rd party libraries could test for `require` is present
- FIX: don't warn on `<script>` with external url
- FIX: `style` attributes processing (fetch resources, pack and so on)
- FIX: don't merge `<style>`/`<link>` with `id` attribute
- FIX: don't lose id attribute on replaced `<link>`
- FIX: avoid warning in build app for `_theme_css_` include

## 1.3.0 (February 22, 2014)

Common
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",
"title": "Basis developer tools",
"version": "1.3.0",
"version": "1.3.1",
"homepage": "https://github.com/basisjs/basisjs-tools",
"description": "Developer tools for basis.js framework",
"author": "Roman Dvornov <[email protected]>",
Expand Down

0 comments on commit 6a5609a

Please sign in to comment.