Releases: chiubaka/generator-chiubaka-typescript-package
Releases · chiubaka/generator-chiubaka-typescript-package
v0.5.0
What's Changed
- Replace TypeScriptPackageGenerator with a RootGenerator that selects high-level sub-generators by @chiubaka in #145
- Allow subgenerators to be configured with custom options when composed by @chiubaka in #146
- Prepare for upgrades to @chiubaka/circleci-orb by @chiubaka in #148
Full Changelog: v0.4.5...v0.5.0
v0.4.5
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
What's Changed
- Replace usages of
spawnCommandSync
withexec
by @chiubaka in #124 - Create a generator for Codacy configs by @chiubaka in #126
- Generate CodeClimate configs by @chiubaka in #128
- Move all testing code into
test
dir by @chiubaka in #130 - Pass the destinationRoot to exec when executing commands by @chiubaka in #133
- Write some scripts to automatically generate, commit, and push updates to generated packages by @chiubaka in #136
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- Refactor generator and generated project to use @chiubaka/eslint-config by @chiubaka in #110
- Add a default deploy command to generated package.json by @chiubaka in #112
- Install yarn editor sdk for VSCode in generated project by @chiubaka in #111
- Remove newline between shields by @chiubaka in #113
- Ensure that file attribute gets output in junit.xml by @chiubaka in #114
- Properly handle case where git repo already has remote origin by @chiubaka in #117
- Fix junit.xml file attribute setting for generator itself by @chiubaka in #118
- Push to newly created GitHub repos by @chiubaka in #120
- Handle no existing git remote origin url properly by @chiubaka in #121
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Remove deprecated step to move junit.xml to the right place from CircleCI config by @chiubaka in #61
- Set up CodeCov for the generator itself by @chiubaka in #62
- Add a config for CodeClimate to ignore yarn cache by @chiubaka in #63
- Ignore everything in .yarn directory for CodeClimate by @chiubaka in #64
- Add support for YAML-based assertions in results by @chiubaka in #67
- Generated a CodeCov config for generated project by @chiubaka in #73
- Upgrade generated CircleCI config to use chiubaka/circleci-orb by @chiubaka in #77
- Add a README generator by @chiubaka in #82
- Add basic ESLint set up to generated package by @chiubaka in #86
- Set up and test basic lint-staged set up by @chiubaka in #89
- Add git hooks using Husky to the generated project by @chiubaka in #92
- Enforces addition of a comment for every devDependency added to
package.json
by @chiubaka in #95 - Add a GitHub generator to standardize GitHub repo settings by @chiubaka in #100
- Fix potential bug where private generator methods would be run independently by @chiubaka in #101
- Rename symlinked package.json file to avoid confusing installed packages by @chiubaka in #103
- Load generator prompt answers from a config by @chiubaka in #104
Full Changelog: v0.2.0...v0.3.0