Skip to content

Commit

Permalink
1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Nov 18, 2014
1 parent aed03d2 commit 2c4d397
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.3.4 (November 18, 2014)

- FIX: `Date` field type in `basis.entity`
- FIX: `basis.template.isolateCss` to work with complex selectors (i.e. `:not()`, `:matches()` etc) and nested stylesheets (i.e. `@media`, `@supports` etc)

## 1.3.3 (October 12, 2014)

- FIX: exception on config processing when `Array#reduce` is not supported by browser
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "basisjs",
"title": "basis.js",
"description": "JavaScript framework to build single-page applications",
"version": "1.3.3",
"version": "1.3.4",
"main": "src/basis.js",
"homepage": "http://basisjs.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/basis.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
;(function createBasisInstance(global, __basisFilename, __config){
'use strict';

var VERSION = '1.3.4-dev';
var VERSION = '1.3.4';

var document = global.document;
var toString = Object.prototype.toString;
Expand Down

0 comments on commit 2c4d397

Please sign in to comment.