124 Commits

Author SHA1 Message Date
Ran Benita 0a3ed5f2a1 1.15.0 2025-10-15 22:50:39 +03:00
Ran Benita 15409b2dc9 Allow newer versions of commander dependency 2025-10-15 22:46:15 +03:00
Ran Benita fa961e1378 1.14.1 2022-03-21 15:26:29 +02:00
Ran Benita 951ac77f18 1.14.0 2022-01-31 11:58:39 +02:00
Ran Benita 0b78a50589 Require latest versions of acorn 2022-01-31 11:14:01 +02:00
Ran Benita ba2e0175d4 tests: change deprecated coffee-script -> coffeescript 2022-01-31 11:06:37 +02:00
Ran Benita 8000f8a181 Allow newer commander versions 2022-01-31 11:01:33 +02:00
Ran Benita 3473f3c029 1.13.0 2020-11-26 16:15:35 +02:00
Ran Benita 2fbefe2608 Update diff 4 -> 5 2020-11-26 15:22:53 +02:00
Ran Benita ae643ef526 Update commander 4 -> 6 2020-11-26 15:16:12 +02:00
Ran Benita 2d4499053a Update acorn 7 -> 8 2020-11-26 15:15:00 +02:00
Ran Benita e31ffb58d8 Some npm auto-update of "bin" key in package.json 2020-11-26 15:14:40 +02:00
Ran Benita 578b2ecf42 1.12.0 2020-03-10 23:29:46 +02:00
Ran Benita 59a74d0c53 Update dependencies 2020-03-10 22:47:07 +02:00
Ran Benita 954ccdf1d6 1.11.1
Forgot to bump the package.json.
2019-09-03 23:48:06 +03:00
Ran Benita 365240cd1e Switch from optimist to commander for argument parsing
It has no transitive dependencies, has TypeScript definitions and is
maintained. Sounds better.
2019-09-03 23:39:27 +03:00
Ran Benita 554ffce7b7 Update to acorn 7, bump ecmaVersion to 11, deprecate the dynamicImport option
acorn, with ecmaVersion set to 11, now support dynamic imports, so we
can drop the acorn-dynamic-import dependency, and just enable parsing
import()s unconditionally.
2019-09-03 22:47:38 +03:00
Ran Benita 9f109d92fc 1.10.0 2019-06-22 22:17:13 +03:00
Ran Benita 4ecfe6b43a 1.9.0 2019-01-25 13:48:23 +02:00
Ran Benita 5a22691c8d Update source-map 0.5 -> 0.6 2019-01-24 22:11:06 +02:00
Ran Benita 7ce681b9f6 Update acorn 5 -> 6 2019-01-24 21:52:20 +02:00
Ran Benita c726973aec 1.8.1 2019-01-19 22:17:48 +02:00
Ran Benita 4efa6f52b7 1.8.0 2019-01-19 22:12:57 +02:00
Ran Benita cde0550061 Update diff ^2.2.1 -> ^4.0.0 2019-01-19 22:02:19 +02:00
Ran Benita df45c87067 Remove find-line-column dependency 2019-01-19 21:59:12 +02:00
Ran Benita e6576d68e1 Remove stringmap dependency 2019-01-19 21:59:12 +02:00
Ran Benita 2eb135d7f6 Remove stringset dependency 2019-01-19 21:59:12 +02:00
Ran Benita 73b02df42c Remove alter dependency
The code is adapted from the package, but it's by the same author as
this package so copyright is the same.
2019-01-19 21:59:12 +02:00
Ran Benita e2a05a110a Remove stable dependency 2019-01-19 21:59:12 +02:00
Ran Benita b551cf173f Remove tryor dependency 2019-01-19 21:59:12 +02:00
Ran Benita 892a48704e Remove simple-is dependency 2019-01-19 21:59:12 +02:00
Ran Benita 390bbb66e5 Remove simple-fmt dependency
Replace with template strings.
2019-01-19 21:59:12 +02:00
Ran Benita 3131baf476 1.7.0 2018-01-17 23:55:12 +02:00
CodySchaaf 84c790249a Adds support for dynamic imports 2018-01-17 13:10:06 -08:00
Ran Benita 8f8e50687f Move source code to src/ to keep main directory less cluttered 2017-09-12 20:43:56 +03:00
Ran Benita d1888e7546 Allow to use ES6 in the code base itself, require node>=4.0.0
Given the purpose of this fork, I think it is quite safe to assume users
have at least this version.

Allows to remove some old-school transpilation and the need for any
build step.
2017-09-12 20:41:52 +03:00
Ran Benita 06502c99a3 1.6.0 2017-05-28 18:48:42 +03:00
Ran Benita ea230ec3ce Use caret ^ dependencies instead of tilde ~ dependencies
I hope this may fix some problems with sourcemaps, by allowing to update
convert-source-map.

The decision to use ~ was explicit, and there was even a test in the
code which prevented the use of ^, added in ddfa437e34.
The rationale in 73689c7fc8 is:

    ^ operator in package.json is unnecessary and unfriendly to users

I disagree with that; let's hope I'm not wrong about that!
2017-05-28 18:46:58 +03:00
Ran Benita 562234d6a0 1.5.0 2017-04-29 00:57:40 +03:00
Ran Benita 90e82a7a6f 1.4.0 2017-04-28 22:29:27 +03:00
Ran Benita f855f1f79c Use acorn.walk instead of ordered-ast-traverse
This is guaranteed to be compatible with all the acorn syntax going
forward.
2017-04-28 22:28:37 +03:00
Ran Benita e6d855e2f5 Bump version & publish to npm 2017-04-28 14:34:33 +03:00
Ran Benita b931ceef36 Rename package to ng-annotate-patched and update README 2017-04-28 14:34:33 +03:00
Ran Benita 9e2f0baee1 Update acorn, accept all current javascript syntax 2017-04-27 23:08:50 +03:00
Olov Lassus ac7e34aca5 1.2.1 2016-01-10 19:26:44 +01:00
Olov Lassus a49fbda4fd 1.2.0 2015-12-24 10:26:54 +01:00
Olov Lassus dfebae1d6d 1.1.1 2015-12-22 22:59:16 +01:00
Olov Lassus 868ef2185f 1.1.0 2015-12-19 15:30:21 +01:00
Olov Lassus 81b1f5808e bumped deps 2015-12-19 13:27:14 +01:00
Olov Lassus 509ac69e98 1.0.2 2015-07-17 22:02:13 +02:00