Skip to content

Releases: chiubaka/generator-chiubaka-typescript-package

v0.5.0

31 Jul 19:52
371c305
Compare
Choose a tag to compare

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

18 Jul 02:07
5ce57d1
Compare
Choose a tag to compare

What's Changed

  • Ensure that new generated commits go to master branch by @chiubaka in #142

Full Changelog: v0.4.4...v0.4.5

v0.4.4

18 Jul 01:22
6d70d6d
Compare
Choose a tag to compare

What's Changed

  • Globally configure git user and push to master by @chiubaka in #141

Full Changelog: v0.4.3...v0.4.4

v0.4.3

18 Jul 00:56
cdf1ca2
Compare
Choose a tag to compare

What's Changed

  • Configure git user and disable immutable yarn installs during CI package generation by @chiubaka in #139

Full Changelog: v0.4.2...v0.4.3

v0.4.2

17 Jul 22:57
f07838f
Compare
Choose a tag to compare

What's Changed

  • Small adjustments in another attempt to get submodule deploys working on CI by @chiubaka in #138

Full Changelog: v0.4.1...v0.4.2

v0.4.1

17 Jul 22:55
81ed210
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

17 Jul 01:46
9eec680
Compare
Choose a tag to compare

What's Changed

  • Replace usages of spawnCommandSync with exec 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

15 Jul 16:44
be954d7
Compare
Choose a tag to compare

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

13 Jul 16:33
291dd2a
Compare
Choose a tag to compare

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

v0.2.0

08 Jul 04:50
0598c2a
Compare
Choose a tag to compare

What's Changed

  • Set up Jest and basic testing harness in generated package by @chiubaka in #57
  • Refactor NodeModuleGenerator by @chiubaka in #59

Full Changelog: v0.1.1...v0.2.0