Skip to content

Commit

Permalink
1.12.1 (#25)
Browse files Browse the repository at this point in the history
Bump basisjs-tools-build to ^1.11.2
  • Loading branch information
prostoandrei authored and lahmatiy committed Sep 12, 2017
1 parent 0fa582f commit 5aa2786
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
14 changes: 9 additions & 5 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.12.1 (September 12, 2017)

- Bumped package `basisjs-tools-build` to `^1.11.2`

## 1.12.0 (September 6, 2017)

- Moved `basisjs-tools-server` to a [separate package](https://github.com/basisjs/basisjs-tools-server)
Expand Down Expand Up @@ -315,9 +319,9 @@ Other

## 1.3.11 (June 26, 2014)

- update dependancies versions
- update dependancies versions
- implement global config storage and `config` command
- create: update templates
- create: update templates
- create: use create.templates option in config to specify optional paths for templates
- server: tweak init output
- server: don't load socket.io through XHR, but using `<script>` (faster load, less noise in console)
Expand Down Expand Up @@ -360,7 +364,7 @@ Extractor

- FIX: when `basis.require` invoke for namespace it didn't reference to `module.exports`
- FIX: scope reference resolving
- FIX: crash on warning when template source is not a `basis.js` resource
- FIX: crash on warning when template source is not a `basis.js` resource

Server

Expand All @@ -382,7 +386,7 @@ Server
Common

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

Build & extract
Expand Down Expand Up @@ -456,7 +460,7 @@ Server

- FIX: `getFileGraph` filename resolving doesn't ignore search part in url
- FIX: make server more stable for non-function callbacks in socket commands
- prevent browsers to cache any files by default
- prevent browsers to cache any files by default
- rework files sync `client.js` (`__dev_sync__.js`) to not depend on basis.js

Extract/build
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "basisjs-tools",
"title": "Basis.js developer tools",
"version": "1.12.0",
"version": "1.12.1",
"homepage": "https://github.com/basisjs/basisjs-tools",
"description": "Developer tools for basis.js framework",
"author": "Roman Dvornov <[email protected]>",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"basisjs-tools-config": "^1.1.0",
"basisjs-tools-ast": "^1.6.0",
"basisjs-tools-build": "^1.11.0",
"basisjs-tools-build": "^1.11.2",
"basisjs-tools-server": "~1.0.0",
"clap": "~1.2.0",
"update-notifier": "0.6.3",
Expand Down

0 comments on commit 5aa2786

Please sign in to comment.