Babel Plugin Superjson Next Versions Save

Automatically transform your Next.js Pages to use SuperJSON

v0.4.5

1 year ago

v0.4.4

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/blitz-js/babel-plugin-superjson-next/compare/v0.4.3...v0.4.4

v0.4.3

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/blitz-js/babel-plugin-superjson-next/compare/v0.4.2...v0.4.3

v0.4.2

2 years ago
  • Merge pull request #99 from blitz-js/dependabot/npm_and_yarn/tmpl-1.0.5

    Bump tmpl from 1.0.4 to 1.0.5

  • Merge pull request #102 from blitz-js/100-export-default-named

    100-export-default-named

  • Merge pull request #101 from blitz-js/dependabot/npm_and_yarn/ansi-regex-5.0.1

    Bump ansi-regex from 5.0.0 to 5.0.1

  • v0.4.2

v0.4.1

2 years ago
  • Merge pull request #95 from blitz-js/all-contributors/add-italodeandra

    docs: add italodeandra as a contributor for bug, code

  • Merge pull request #98 from blitz-js/all-contributors/add-vincaslt

    docs: add vincaslt as a contributor for bug

  • Merge pull request #97 from blitz-js/fix-96

    Fix #96

  • 0.4.1

v0.4.0

2 years ago
  • exported props logic from babel-plugin-superjson-next/tools (#94) (thanks @italodeandra!)

v0.3.1

2 years ago
  • Update dependencies
  • Only transform files with both gSP & Default Export (#88)

v0.3.0

3 years ago
  • Update dependencies
  • Allow excluding props from serialisation (#68)

v0.2.3

3 years ago
  • Handle "props: undefined" gracefully (#51)
  • Fix repository metadata in package.json (#49)

Meta:

  • Fix badge URLs in README (#53, #54)
  • add @dalbitresb12, @mmiszy as contributors

v0.2.2

3 years ago
  • Use idiomatic props (#46) (we hope this remove potential future issues with plugins like next-i18n)
  • Cleanup & compatibility fixes (#39)

Meta:

  • add @iffa as contributor (#47)