Skip to content

Commit

Permalink
1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Mar 19, 2014
1 parent fb7e5e3 commit 7ec9788
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.3.4 (March 19, 2014)

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

Server

- NEW: support for `http` -> `https` proxy
- disable `x-forwarded` headers for proxy by default (some servers worry about it and some redirect requests)

## 1.3.3 (March 16, 2014)

- fix relative path resolving in `extractor` for `basis.require`
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.3",
"version": "1.3.4",
"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 7ec9788

Please sign in to comment.