Releases: lucagoslar/ts-pkg
Releases · lucagoslar/ts-pkg
ts-pkg v0.2.1
Note:
Description:
Along with extended type detection, outdated dependencies were bumped.
Full Changelog: v0.2.0...v0.2.1
ts-pkg v0.2.0
Note:
Description:
ts-pkg
now uses rollup to bundle the package and pnpm as a package manager.
What's Changed
- build(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #1
New Contributors
- @dependabot made their first contribution in #1
Full Changelog: v0.1.4...v0.2.0
ts-pkg v0.1.4
Note:
Description:
Includes dist directory in npm tarball on publish.
Full Changelog: v0.1.3...v0.1.4
ts-pkg v0.1.3
Note:
Description:
- TS path resolver for aliases added
- CD: NPM publish dry run
- CI: Trigger tests on file changes
Full Changelog: v0.1.2...v0.1.3
ts-pkg v0.1.2
Note:
Description:
Following changes were made:
- Fix ESLint configuration
- Include dist directory
- Update README.md
Full Changelog: v0.1.1...v0.1.2
ts-pkg v0.1.1
Note:
Description:
Following changes were made:
- Change Jest Types in tsconfig
- Remove Commitizen
- Remove semantic-release
Full Changelog: v0.1.0...v0.1.1
Initial Release
Note
This template can be used to create npm packages in TypeScript.
Description
The following packages were implemented:
- TypeScript (JS with syntax for types)
- Jest (Testing Framework)
- Husky (Git hooks integration)
- commitizen (formatted commit messages)
- eslint (JS linter)
- prettier (code formatter)
Full Changelog: https://github.com/lucaausde/ts-pkg/commits/v0.1.0