Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.0.0 #20

Merged
merged 46 commits into from
Oct 25, 2017
Merged
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
8153361
Changed node type name from lower to capital case. Changed names for …
vtrushin Oct 9, 2017
519b753
Cleaned up
vtrushin Oct 14, 2017
a2485d1
let -> const
vtrushin Oct 14, 2017
cb898a3
Updated travis
vtrushin Oct 14, 2017
3dadda6
Updated travis
vtrushin Oct 14, 2017
773f796
Delete .DS_Store
vtrushin Oct 14, 2017
e6679d6
Fixed package.json
vtrushin Oct 14, 2017
4e2a45a
Merge remote-tracking branch 'origin/2.1.0' into 2.1.0
vtrushin Oct 14, 2017
632fe3c
Changed version
vtrushin Oct 14, 2017
3875623
Changed rollup-plugin-babel version
vtrushin Oct 16, 2017
e537c3e
Added rollup-external-helpers bug fixing
vtrushin Oct 17, 2017
6921b84
Added code-error-fragment
vtrushin Oct 18, 2017
b3b26b5
Removed messages in error tests
vtrushin Oct 18, 2017
3844bdb
Update code-error-fragment
vtrushin Oct 18, 2017
40be860
Updated code-error-fragment version
vtrushin Oct 19, 2017
5af3130
prepublish -> prepublishOnly
vtrushin Oct 19, 2017
7a26569
Added pretest
vtrushin Oct 19, 2017
718cfd3
Delete .DS_Store
vtrushin Oct 19, 2017
9fb39a2
Delete .DS_Store
vtrushin Oct 19, 2017
3b1548f
Changing value and raw
vtrushin Oct 20, 2017
f05d467
Merge remote-tracking branch 'origin/2.0.0' into 2.0.0
vtrushin Oct 20, 2017
62852d5
Fixed literal values
vtrushin Oct 22, 2017
1a544c4
Cleand up console.log
vtrushin Oct 22, 2017
039f181
Adds -> Appends in readme.md
vtrushin Oct 22, 2017
3266cf4
Updated code-error-fragment
vtrushin Oct 22, 2017
b2c22a2
Changed string parsing
vtrushin Oct 24, 2017
93baa96
Merge branch '2.0.0' of /Users/vvtrushin/WebProjects/json-to-ast with…
vtrushin Oct 24, 2017
bcd914b
Merge remote-tracking branch 'origin/2.0.0' into 2.0.0
vtrushin Oct 24, 2017
18ac0e7
Changed `reduce` method to `for` operator in parseHexEscape fn
vtrushin Oct 24, 2017
ca546a9
Changed tests
vtrushin Oct 24, 2017
21c0e75
Changed md
vtrushin Oct 24, 2017
7a45f94
readme.md -> README.md
vtrushin Oct 24, 2017
398f33a
changelog.md -> CHANGELOG.md
vtrushin Oct 24, 2017
db84263
Update README.md
vtrushin Oct 24, 2017
72e5500
Update README.md
vtrushin Oct 24, 2017
9f4548c
Changed readme
vtrushin Oct 24, 2017
b687fc1
Removed unused files
vtrushin Oct 24, 2017
9547baf
Cleaned README
vtrushin Oct 24, 2017
8131da2
Changed README
vtrushin Oct 24, 2017
f5a2ce9
Changed README
vtrushin Oct 24, 2017
7e18952
Changed Array node descr
vtrushin Oct 24, 2017
de1e962
Changed Property node descr
vtrushin Oct 24, 2017
c31c7ea
Changed Property node descr
vtrushin Oct 24, 2017
a6b1886
Release preparing
vtrushin Oct 25, 2017
cba37b3
Merge branch 'master' into 2.0.0
vtrushin Oct 25, 2017
3659768
Resolved conflicts
vtrushin Oct 25, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update code-error-fragment
  • Loading branch information
vtrushin committed Oct 18, 2017
commit 3844bdb7dc2d74af449f6d9af42da732b2559591
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"code-error-fragment": "^0.0.214",
"code-error-fragment": "0.0.215",
"coveralls": "^2.11.9",
"mocha": "^2.4.5",
"rollup": "^0.50.0",
Expand Down