Commit Graph

92 Commits

Author SHA1 Message Date
K.J. Valencik
d69768f567
Merge pull request #725 from neon-bindings/dependabot/npm_and_yarn/cli/lodash-4.17.21
Bump lodash from 4.17.19 to 4.17.21 in /cli
2021-05-18 11:08:49 -04:00
K.J. Valencik
8814886b41
Merge pull request #723 from neon-bindings/dependabot/npm_and_yarn/cli/handlebars-4.7.7
Bump handlebars from 4.7.6 to 4.7.7 in /cli
2021-05-18 11:08:37 -04:00
K.J. Valencik
5c308aec22
v0.8.2 2021-05-18 10:48:44 -04:00
dependabot[bot]
ec3e057ec6
Bump lodash from 4.17.19 to 4.17.21 in /cli
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-06 18:45:47 +00:00
dependabot[bot]
0ab3b6ee2e
Bump handlebars from 4.7.6 to 4.7.7 in /cli
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.6...v4.7.7)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-06 16:43:40 +00:00
K.J. Valencik
378dcc8e8a
chore(cli): Suggest using create-neon instead
Resolves https://github.com/neon-bindings/neon/issues/696
2021-05-05 10:42:53 -04:00
K.J. Valencik
a20636e548
v0.8.1 2021-04-30 13:05:02 -04:00
dependabot[bot]
b7c26755c1
Bump y18n from 4.0.0 to 4.0.1 in /cli
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-01 06:09:09 +00:00
K.J. Valencik
e6e92cf431
v0.8.0 2021-03-22 10:07:52 -04:00
K.J. Valencik
22b3196442
Release v0.7.1 2021-02-04 16:18:15 -05:00
K.J. Valencik
999a4bb7ea
v0.7.0 2021-01-05 10:07:17 -05:00
K.J. Valencik
c50b6bf6b4
v0.6.0 2020-12-09 14:14:37 -05:00
K.J. Valencik
ca6103d0fc
v0.5.3 2020-11-24 09:25:35 -05:00
K.J. Valencik
83a54f2702
0.5.2 2020-11-16 11:30:39 -05:00
K.J. Valencik
c1eaaf0d77
feat: Allow additional arguments to be passed to cargo build
`neon build -- --features my-feature` will pass everything after `--` to cargo
2020-11-12 12:47:00 -05:00
K.J. Valencik
99260dc449
v0.5.1 2020-10-27 19:13:39 -04:00
Andre Staltz
c0b2a85334
support nodejs-mobile on Android 2020-10-15 13:38:07 +03:00
K.J. Valencik
40a8aebdc3
v0.5.0 2020-10-12 10:03:13 -04:00
K.J. Valencik
da1dacfe24
v0.4.2 release 2020-09-23 12:54:25 -04:00
K.J. Valencik
28acc76375
Release v0.4.1 2020-09-18 16:42:40 -04:00
Amila Welihinda
049c93e781 bump ts-typed-json 2020-08-02 15:52:26 -07:00
Amila Welihinda
cb826b7cb6 fix: drop ts-dict, remove any types, bump deps 2020-08-02 15:52:26 -07:00
Amila Welihinda
df1a598299 migrate to esmodule interop 2020-08-02 15:52:26 -07:00
Amila Welihinda
8b0bf9ce30 drop unused deps 2020-08-02 15:52:26 -07:00
Amila Welihinda
3c1de72890 bump all deps 2020-08-02 15:52:26 -07:00
Amila Welihinda
69c75cecf3 drop ts-dict for Record 2020-08-02 15:52:26 -07:00
Amila Welihinda
4dcd9ead0a remove rsvp 2020-08-02 15:52:26 -07:00
dependabot[bot]
1c6de72064
Bump lodash from 4.17.15 to 4.17.19 in /cli
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-18 20:38:57 +00:00
Amila Welihinda
c9158d70d8 fix(cli): use rimraf prevent TOUTOC 2020-07-17 11:48:35 -07:00
Amila Welihinda
63c059f53a fix: use rimraf for removing dir 2020-07-11 08:45:41 -07:00
Amila Welihinda
ad8f98b5a8 fix: change methods to sync 2020-07-03 17:56:19 -07:00
Amila Welihinda
f3294d1b2e fix: do not unlink if file does not exist 2020-07-03 13:04:24 -07:00
Amila Welihinda
463e0d8dc2 fix: upgrade to typescript@3.9.6 2020-07-03 11:38:58 -07:00
Usagi Ito
17b905b5f6 Fix #406
- Fix `neon new` could not be comple in Windows
- Update packages
2020-06-28 11:33:48 -07:00
dependabot[bot]
3eb07ad92c
Bump lodash from 4.17.10 to 4.17.15 in /cli
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.10...4.17.15)

Signed-off-by: dependabot[bot] <support@github.com>
2020-05-17 13:44:35 +00:00
dependabot[bot]
17c48451cc
Bump handlebars from 4.1.0 to 4.3.0 in /cli
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.0 to 4.3.0.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.0...v4.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-05-17 05:47:27 +00:00
Amila Welihinda
41de779db5 fix get node version edge case 2020-03-13 10:13:13 -07:00
Amila Welihinda
d5591b6fb9 fix code style issues 2020-02-28 10:54:43 -08:00
Amila Welihinda
a6652342e0
Merge branch 'master' into node-version-cli-cache-bust-fix 2020-02-21 16:04:49 -08:00
K.J. Valencik
638de2573a
Release 0.4.0 2020-02-14 16:31:51 -05:00
Amila Welihinda
1dc94295ee remove unnecessary extern crate statement from lib template 2020-02-04 09:39:08 -08:00
Amila Welihinda
494f246c5e add edition = "2018" to Cargo.toml template 2020-02-03 23:08:47 -08:00
Amila Welihinda
6c0260cf0a
remove unnecessary macro from lib.rs template 2020-02-03 00:44:39 -08:00
K.J. Valencik
845425b5aa
v0.3.3 hotfix 2019-10-22 16:28:01 -04:00
Igor Artamonov
8946d3e23b
Fix ERR_CHILD_PROCESS_STDIO_MAXBUFFER error 2019-10-21 15:07:03 -04:00
Igor Artamonov
be22d9fb38
Fix ERR_CHILD_PROCESS_STDIO_MAXBUFFER error 2019-10-19 21:22:49 -04:00
K.J. Valencik
585b88df48
Bump versions to 0.3.2 2019-10-14 16:45:22 -04:00
David Herman
b79dac33fe Correct the relative path logic for neon new --neon=path/to/neon 2019-09-27 10:40:13 -07:00
David Herman
6f4bbcc072 Add --no-default-features flag to neon new. 2019-09-27 10:40:13 -07:00
David Herman
0b193e8de1 Fix build errors:
- Move `extern "C"` definitions into neon-sys
- Enable dynamic symbol loading in macOS via neon-build so it happens even for `cargo build` in test/dynamic crate
- Remove dynamic symbol loading flag from `neon build` command since it's now in neon-build
- Use trybuild instead of compiletest for static tests to avoid stability issues
- No longer require Rust nightly since trybuild works for Rust stable
- Temporarily disable the package test until we publish a new version of neon-sys
2019-09-27 10:40:13 -07:00