Releases: threeal/nodejs-starter
Releases · threeal/nodejs-starter
Version 1.1.0
What's Changed
- Remove Distribution Files by @threeal in #173
- Remove Clean Command by @threeal in #176
- Separate Build and Deploy Workflows by @threeal in #177
- Simplify Commands Calls by @threeal in #179
- Remove Nx by @threeal in #181
- Dependencies updates:
- Bump prettier from 3.0.3 to 3.1.0 by @dependabot in #152
- Bump @typescript-eslint/parser from 6.10.0 to 6.11.0 by @dependabot in #155
- Bump @typescript-eslint/eslint-plugin from 6.10.0 to 6.11.0 by @dependabot in #156
- Bump @types/node from 20.9.0 to 20.9.2 by @dependabot in #184
Full Changelog: v1.0.0...v1.1.0
Version 1.0.0
What's Changed
- Initialize Node-TypeScript Project by @threeal in #2
- Move Compilation Output to
distDirectory by @threeal in #8 - Use Nx by @threeal in #11
- Use sort-package-json by @threeal in #13
- Use Yarn by @threeal in #15
- Add Dependabot Config by @threeal in #17
- Use Prettier and ESLint by @threeal in #19
- Add Jest Suppot by @threeal in #21
- GitHub Workflow OS Matrix by @threeal in #24
- Add Clean Task by @threeal in #28
- Adopt ECMAScript Modules by @threeal in #30
- Modify Nx Targets and Adjust Workflow by @threeal in #31
- Use JSON for ESLint Config by @threeal in #35
- Audit Nx Tasks by @threeal in #38
- Generate and Deploy Documentation by @threeal in #41
- Remove Yarn Zero Install by @threeal in #45
- Remove Yarn From Nx Inputs by @threeal in #52
- Configure Dependabot Labels by @threeal in #73
- Rename Dependabot Config File by @threeal in #76
- Modify Setup Yarn Step in Workflows by @threeal in #78
- Combine Workflows by @threeal in #91
- Eliminate Prettier Ignore File by @threeal in #103
- Configure Dependabot Versioning Strategy by @threeal in #104
- Rename to Node.js Starter by @threeal in #105
- Limit GitHub Pages Deployment to the
mainBranch by @threeal in #140 - Update Module Resolution to
NodeNextby @threeal in #154 - Simplify Sample Function by @threeal in #160
- Modify ESLint to Only Enables Recommended Rules by @threeal in #163
- Upload Documentations Artifact Only on Ubuntu Workflow Run by @threeal in #164
- Disable Jest Globals Injections by @threeal in #166
- Add a Sample Binary Executable by @threeal in #167
- Adjust Package Metadata by @threeal in #168
- Enhance README by @threeal in #170
- Dependencies updates:
- Bump actions/deploy-pages from 2.0.3 to 2.0.4 by @dependabot in #51
- Bump typescript from 5.1.6 to 5.2.2 by @dependabot in #77
- Bump prettier from 3.0.2 to 3.0.3 by @dependabot in #80
- Bump actions/cache from 3.3.1 to 3.3.2 by @dependabot in #89
- Bump rimraf from 5.0.1 to 5.0.5 by @dependabot in #113
- Bump sort-package-json from 2.5.1 to 2.6.0 by @dependabot in #115
- Bump actions/checkout from 4.1.0 to 4.1.1 by @dependabot in #128
- Bump actions/setup-node from 3.8.1 to 4.0.0 by @dependabot in #136
- Bump typedoc from 0.25.2 to 0.25.3 by @dependabot in #141
- Bump eslint from 8.52.0 to 8.53.0 by @dependabot in #146
- Bump nx from 17.0.2 to 17.0.3 by @dependabot in #145
- Bump @typescript-eslint/eslint-plugin from 6.9.1 to 6.10.0 by @dependabot in #148
- Bump @typescript-eslint/parser from 6.9.1 to 6.10.0 by @dependabot in #147
- Bump @types/jest from 29.5.7 to 29.5.8 by @dependabot in #150
- Bump Yarn to Version 4.0.2 by @threeal in #158
New Contributors
- @threeal made their first contribution in #2
- @dependabot made their first contribution in #20
Full Changelog: https://github.com/threeal/nodejs-starter/commits/v1.0.0