Skip to content

Releases: lingui/swc-plugin

4.0.3

18 Jul 11:22
ad863c1
Compare
Choose a tag to compare

What's Changed

  • chore: update compatibility table by @thekip in #66
  • chore: bump swc-core to 0.78.28 by @thekip in #67

Full Changelog: 4.0.2...4.0.3

4.0.2

06 Jun 12:58
1f145ee
Compare
Choose a tag to compare

What's Changed

  • fix: set lto=false and bump swc-core. Fix compatibility with latest swc-core by @thekip in #64

Full Changelog: 4.0.1...4.0.2

4.0.1

26 May 11:27
7ceb912
Compare
Choose a tag to compare

What's Changed

  • chore: bump swc-core to 0.76.0 by @thekip in #60

Full Changelog: 4.0.0...4.0.1

4.0.0

26 Apr 09:16
1b115a7
Compare
Choose a tag to compare

Full changelog: 0.2.3...4.0.0

4.0.0-next.3

18 Apr 09:36
Compare
Choose a tag to compare
4.0.0-next.3 Pre-release
Pre-release
  • strip non-essential only for production env (#47)

4.0.0-next.2

17 Mar 12:31
Compare
Choose a tag to compare
4.0.0-next.2 Pre-release
Pre-release
  • extract expression from choice cases (#41)
  • support tpl literal in defineMessage (#36)
  • update nextjs example (#38)
  • add new test fixtures (#35)

4.0.0-next.1

06 Mar 12:09
Compare
Choose a tag to compare
4.0.0-next.1 Pre-release
Pre-release
  • Sync with the latest changes from the main branch in #31 by @thekip
  • update nextjs example for version 4 in #32 by @thekip

4.0.0-next.0

06 Mar 10:09
c2cdf3c
Compare
Choose a tag to compare
4.0.0-next.0 Pre-release
Pre-release

0.2.3

23 Feb 18:15
562188f
Compare
Choose a tag to compare

Fixed

  • fix version rust toolchain to 1.65 because latest 1.67 cause panic with SWC in #28 by @thekip

0.2.2

23 Feb 15:59
ee5b85c
Compare
Choose a tag to compare

Fixed

  • Insert imports in place of macro imports in #26 by @thekip