Skip to content

Releases: scalacenter/tasty-query

v1.7.0

22 Jan 16:47
8dfc6b9

Choose a tag to compare

What's Changed

Full Changelog: v1.6.1...v1.7.0

v1.6.1

23 Jul 13:57
baf399c

Choose a tag to compare

What's Changed

Nothing. This is the first released published through Maven Central Portal.

Full Changelog: v1.6.0...v1.6.1

v1.6.0

24 Jun 09:51
fdee775

Choose a tag to compare

What's Changed

  • Upgrade to Scala 3.7.1 and support its TASTy format. by @mrdziuban in #454

Full Changelog: v1.5.0...v1.6.0

v1.5.0

14 Jan 14:19
dbe9992

Choose a tag to compare

What's Changed

  • Upgrade to Scala 3.6.3 and support its TASTy format. by @sjrd in #449

Full Changelog: v1.4.0...v1.5.0

v1.4.0

02 Oct 09:06
4fb1fd4

Choose a tag to compare

What's Changed

  • Upgrade to Scala 3.5.0 and support its TASTy format. by @sjrd in #443

Full Changelog: v1.3.0...v1.4.0

v1.3.0

20 Feb 12:50
a85f200

Choose a tag to compare

What's Changed

  • Upgrade to Scala 3.4.0 and support its TASTy format. by @sjrd in #437

Full Changelog: v1.2.1...v1.3.0

v1.2.1

01 Feb 10:02
ce0fdb4

Choose a tag to compare

v1.2.0

19 Dec 16:07
0f86044

Choose a tag to compare

  • Fix #424: Read and handle INLINED nodes in TypeTree position. Expose them as a new class Trees.InlinedTypeTree.
  • Fix #423: StackOverflowError involving complicated nested refinement types.
  • Work around scala/scala3#19237 when reading TASTy files.
  • Make reading Scala 2 pickles more robust.

v1.1.2

11 Dec 17:09
917d4d6

Choose a tag to compare

  • Fix #412: Protect the state of packages and loaders from exceptions.
  • Fix #413: Handle inner classes based on content, not names.
  • Fix #414: Define the rest of the special Predef methods.
  • Fix #415: Allow ClassTypeParamSymbols to have a UniqueName.

v1.1.1

01 Dec 12:20
06ffbf0

Choose a tag to compare

Bug fixes:

  • Fix #397: Errors while unpickling and resolving members in scalaz-core_2.13
  • Fix #398: MemberNotFoundException for inherited member on PackageRef
  • Fix #401: Infinite loop in resolution of symbol whose declared type is a recursive match type
  • Fix #402: Cannot resolve symbol because of unknown annotation
  • Fix #403: Wrong erasure of path-dependent opaque type alias
  • Fix #405: Wrong erasure of parametric value classes
  • Fix #407: Cannot resolve symbol of parent interface
  • Fix printing of InlineMatch nodes.