Skip to content

Releases: ricokahler/next-plugin-preval

v1.1.0

01 Jun 03:47
Compare
Choose a tag to compare

1.1.0 (2021-06-01)

Bug Fixes

  • compile everything for workspaces setups; add compact true to disable warnings (df38026)

Features

v1.1.0-alpha.3

01 Jun 17:15
be216d8
Compare
Choose a tag to compare
v1.1.0-alpha.3 Pre-release
Pre-release

1.1.0-alpha.3 (2021-06-01)

Features

  • include next polyfils (including global fetch support) (#40) (be216d8)

v1.1.0-alpha.2

28 May 16:40
Compare
Choose a tag to compare
v1.1.0-alpha.2 Pre-release
Pre-release

1.1.0-alpha.2 (2021-05-28)

Bug Fixes

  • compile everything for workspaces setups; add compact true to disable warnings (3f1b69c)

v1.1.0-alpha.1

28 May 16:16
58dfa34
Compare
Choose a tag to compare
v1.1.0-alpha.1 Pre-release
Pre-release

1.1.0-alpha.1 (2021-05-28)

Features

v1.0.2-alpha.1

28 May 01:43
Compare
Choose a tag to compare
v1.0.2-alpha.1 Pre-release
Pre-release

1.0.2-alpha.1 (2021-05-28)

Bug Fixes

  • add cacheable false to prevent webpack from caching (f996cce)

v1.0.1

19 May 15:09
eea75b7
Compare
Choose a tag to compare

1.0.1 (2021-05-19)

Bug Fixes

  • add cacheable false to prevent webpack from caching (#24) (eea75b7)

v1.0.1-alpha.1

19 May 14:23
Compare
Choose a tag to compare
v1.0.1-alpha.1 Pre-release
Pre-release

1.0.1-alpha.1 (2021-05-19)

Bug Fixes

  • add cacheable false to prevent webpack from caching (f996cce)

v1.0.0

30 Mar 08:57
Compare
Choose a tag to compare

1.0.0 (2021-03-30)

Bug Fixes

  • build: add re-exports and types (db38d08)
  • build: move build to prepare (85c8ac0)
  • build: refactor to root, add npmignore (24f0c34)
  • build: update main entry; don't ignore dist (d29983b)
  • build: use automation token for npm (b74d603)
  • create-next-plugin-preval: fix incorrect default for webpack config (#6) (8283275)
  • create-next-plugin-preval: stop error when using second argument (#2) (02b7192)
  • loader: default to default resolve path is ts-config paths fails; update deps (aa2fc6a)
  • loader: Fix bug where tsconfig paths weren't being resolved correctly (a8d2187)
  • loader: fix bug with JSON sringify method causing parsing failures (4529a65)
  • readme: include docs (e0cb24f)
  • types: fix type defintions for next-plugin-preval/config (39e4c15)

Features

  • next-plugin-preval: initial release (bfee09b)

v1.0.0-alpha.13

13 Feb 18:31
8283275
Compare
Choose a tag to compare
v1.0.0-alpha.13 Pre-release
Pre-release

1.0.0-alpha.13 (2021-02-13)

Bug Fixes

  • create-next-plugin-preval: fix incorrect default for webpack config (#6) (8283275)

v1.0.0-alpha.12

31 Jan 15:30
02b7192
Compare
Choose a tag to compare
v1.0.0-alpha.12 Pre-release
Pre-release

1.0.0-alpha.12 (2021-01-31)

Bug Fixes

  • create-next-plugin-preval: stop error when using second argument (#2) (02b7192)