Skip to content

Commit a6e9ba4

Browse files
committed
Version 1.4.1
1 parent 2dd235f commit a6e9ba4

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
### 1.4.1
1+
### 1.4.2
22

33
Make `handleThis` the default if you use the `Lexer` and `Parser` directly, and you don't use `.compile`.
44

55
This is a way less common use case but it makes sense to have handleThis be the same default for both cases.
66

77
(This also makes the library behave in the same way between 1.3.0 and 1.4.1 when using Parser or Lexer). There was a backwards incompatible change brought by 1.4.0 for users of `Parser`.
88

9+
### 1.4.1
10+
11+
Don't use this version, it is missing a commit for the 1.4.2 fix
12+
913
### 1.4.0
1014

1115
Add support for `handleThis: false` to disable handling of this.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-expressions",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Angular expressions as standalone module",
55
"main": "./lib/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)