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

Export tasks using custom registries #78

Closed
demurgos opened this issue Jan 15, 2018 · 0 comments
Closed

Export tasks using custom registries #78

demurgos opened this issue Jan 15, 2018 · 0 comments
Assignees

Comments

@demurgos
Copy link
Owner

The current result of generating tasks are objects such as LibTasks or MochaTasks.
It would be better to use the standard tools and return custom registries instead.

See gulpjs/async-done#41 (comment)

@demurgos demurgos self-assigned this Jan 15, 2018
demurgos added a commit that referenced this issue Jul 29, 2018
## 0.18.0 (2017-07-29)

- **[Breaking change]** Replace `OutModules` enum by custom compiler option `mjsModule`.
- **[Breaking change]** Drop support for Pug, Sass, Angular & Webpack.
- **[Feature]** Expose custom registries for each target.
- **[Feature]** Add `dist.tscOptions` for `lib` target to override options for
  distribution builds.
- **[Feature]** Native ESM tests with mocha.
- **[Fix]** Disable deprecated TsLint rules from the default config
- **[Fix]** Remove use of experimental `fs/promises` module.
- **[Internal]** Fix continuous deployment script (stop confusing PRs to master
  with push to master)
- **[Internal]** Update dependencies
- **[Internal]** Fix deprecated Mocha types.

Closes #78
demurgos added a commit that referenced this issue Dec 2, 2018
- **[Breaking change]** Replace `OutModules` enum by custom compiler option `mjsModule`.
- **[Breaking change]** Drop support for Pug, Sass, Angular & Webpack.
- **[Feature]** Expose custom registries for each target.
- **[Feature]** Add `dist.tscOptions` for `lib` target to override options for
  distribution builds.
- **[Feature]** Native ESM tests with mocha.
- **[Feature]** Use [c88](https://github.com/demurgos/c88) for code coverage.
- **[Fix]** Disable deprecated TsLint rules from the default config
- **[Fix]** Remove use of experimental `fs/promises` module.
- **[Internal]** Fix continuous deployment script (stop confusing PRs to master
  with push to master)
- **[Internal]** Update dependencies
- **[Internal]** Fix deprecated Mocha types.
- **[Internal]** Fix CI build type detection.

Closes #78
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant