Releases: leo/args
Releases · leo/args
2.2.4
2.2.3
Patches
- Use JSON for Travis CI config file: 4033f5f
- Goodbye transpilation workflow: 4ac8d90
- Made package keywords much more concise: 9d38330
- No need to run a development script anymore: 8c0c37c
- The output directory doesn't need to be ignored: 1898df0
- Use regular require statements for loading packages: c7b1cc8
- Export module using already working syntax: 5e6e5bd
- Bumped package to latest version: b1b9be1
2.2.2
2.2.1
2.2.0
2.1.0
2.0.0
v1.3.1
Fixed
I've spend many hours trying to figure out why events like "SIGINT" don't get triggered in the process that gets spawned when running a sub command (like cory serve
). Now I've finally figured out what the problem was: If you detach the child process from its parent, it won't receive these events. 😅
Such a huge problem, but just a simple fix: 5431331