Skip to content

Releases: mob-sakai/unity-changeset

2.1.2

30 Aug 18:11
Compare
Choose a tag to compare

2.1.2 (2023-08-30)

Bug Fixes

  • --minor-version-only option no longer requires --latest-patch option (03d4c2e)

2.1.1

18 Aug 04:47
Compare
Choose a tag to compare

2.1.1 (2023-08-18)

Bug Fixes

  • if the URL is invalid, display an error message and continue processing (e466509)

2.1.0

31 Mar 18:39
Compare
Choose a tag to compare

2.1.0 (2023-03-31)

Bug Fixes

  • fix redirect url (unity3d.com to unity.com) (c9aa7a9)
  • getChangeset throws error if the version is not exists (f581487)

Features

  • add --version/-V option to output current package version (5d44c13)
  • add LTS field to changeset (6d3a781)
  • add options for list command (0063f5a)
  • export list/search/group/filter change-set method (e4a6570)
  • export UnityChangeset class (f0a2085)
  • pre-release versions will be sorted (c1caadb)

2.0.2

16 Mar 07:59
Compare
Choose a tag to compare

2.0.2 (2023-03-16)

Bug Fixes

  • remove distinctBy/sortBy (8761519)

2.0.1

16 Mar 07:43
Compare
Choose a tag to compare

2.0.1 (2023-03-16)

Bug Fixes

  • most recent patch version not listed (cbfb001)

2.0.0

27 Jun 07:08
Compare
Choose a tag to compare

2.0.0 (2022-06-27)

Documentation

  • update readme (for deno) (0a74f3c)

Features

BREAKING CHANGES

  • Requires NodeJs 14 or later.

v1.7.0

17 May 14:36
Compare
Choose a tag to compare

1.7.0 (2022-05-17)

Bug Fixes

  • downgrade 'node-fetch' for commonjs (5336b55)

Features

  • get alpha/beta versions from rss feed (6decbd8)

v1.6.0

23 Oct 13:49
Compare
Choose a tag to compare

1.6.0 (2021-10-23)

Features

  • cli: add --latest-lifecycle option for list (a4d51f7)

v1.5.0

14 Oct 02:06
Compare
Choose a tag to compare

1.5.0 (2021-10-14)

Features

  • cli: add --oldest-patch option for list (9cb4fe5)

v1.4.5

19 Jun 07:57
Compare
Choose a tag to compare

1.4.5 (2021-06-19)

Bug Fixes