Skip to content

Releases: googleapis/synthtool

synthtool 0.6.0

27 Aug 17:51
30082e6
Compare
Choose a tag to compare

Implementation Changes

  • Run npm install before publishing (#41)
  • Add missing resources

New Features

  • Allow synthtool to build java Gapic clients (#40)

synthtool 0.5.0

24 Aug 20:29
Compare
Choose a tag to compare

New Features

  • Add Kokoro configs for nodejs repos (#38)

synthtool 0.4.0

21 Aug 19:59
866dc94
Compare
Choose a tag to compare

Implementation Changes

  • Fix tracked paths issue by preferentially matching the longest path (#36)
  • set Jinja2 option to keep new line char at EOF (#35)

New Features

  • (nodejs) read repo_name and package_name from package.json (#34)
  • Add Ruby-specific tools (#22)
  • Adding php templates (#33)
  • Add git sources to tracked_paths (#31)

Internal / Testing Changes

  • Fix trampoline script

synthtool 0.3.1

08 Aug 20:58
e112909
Compare
Choose a tag to compare

Implementation Changes

  • nodejs: remove lock file workflows from CI (#28)

synthtool 0.3.0

06 Aug 16:25
b213403
Compare
Choose a tag to compare

New Features

  • Support optional merge function during copy (#21)
  • add more templates for nodejs (#23)

Internal / Testing Changes

  • Use new Nox (#24)

synthtool 0.2.0

25 Jul 19:58
b5690aa
Compare
Choose a tag to compare

Implementation Changes

  • Fix #8 by expanding/globbing paths to excludes param (#12)

New Features

  • add template for .circleci config for node libraries (#6, #7, #17)
  • Warn when copy/move/replace can not find any sources (#4)
  • Add warning for non-replacement
  • Add an update checker.
  • added get_workflow_name.py (#15)

Dependencies

Documentation

  • Update README to explain how to use templating. (#18)

Internal / Testing Changes

  • Add kokoro config

synthtool 0.1.0

29 Jun 20:05
e3da329
Compare
Choose a tag to compare

Initial release