Skip to content

Releases: form8ion/nuxt

v2.0.0

11 Jun 03:54
ee1e38f
Compare
Choose a tag to compare

2.0.0 (2023-06-11)

Code Refactoring

  • esm: converted the project to esm-only (ee1e38f), closes #644

BREAKING CHANGES

  • esm: the package is now esm-only

v1.0.0

27 Jul 03:10
53be26c
Compare
Choose a tag to compare

1.0.0 (2020-07-27)

Bug Fixes

  • nuxt-config: formatted to align to my eslint config (3d60075)

Features

  • config: generated the config file for nuxt (ddcdcdc)
  • config: prepared to create the config file (fd6ab59)
  • eslint: added the nuxtjs eslint-module as a dev-dependency (3c15078)
  • nuxt: defined nuxt as a production dependency (294b3af), closes #1
  • scripts: defined common nuxt scripts (64e18f5)
  • test-utils: added the vue test-utils as a dev-dependency (cc87847)
  • vcs-ignore: defined the build and ignore directories (3c9fbfc)

v1.0.0-alpha.8

27 Jul 03:00
3d60075
Compare
Choose a tag to compare
v1.0.0-alpha.8 Pre-release
Pre-release

1.0.0-alpha.8 (2020-07-27)

Bug Fixes

  • nuxt-config: formatted to align to my eslint config (3d60075)

v1.0.0-alpha.7

26 Jul 22:54
3c9fbfc
Compare
Choose a tag to compare
v1.0.0-alpha.7 Pre-release
Pre-release

1.0.0-alpha.7 (2020-07-26)

Features

  • vcs-ignore: defined the build and ignore directories (3c9fbfc)

v1.0.0-alpha.6

26 Jul 22:31
ddcdcdc
Compare
Choose a tag to compare
v1.0.0-alpha.6 Pre-release
Pre-release

1.0.0-alpha.6 (2020-07-26)

Features

  • config: generated the config file for nuxt (ddcdcdc)

v1.0.0-alpha.5

26 Jul 22:13
3c15078
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release

1.0.0-alpha.5 (2020-07-26)

Features

  • eslint: added the nuxtjs eslint-module as a dev-dependency (3c15078)

v1.0.0-alpha.4

26 Jul 19:52
64e18f5
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

1.0.0-alpha.4 (2020-07-26)

Features

  • scripts: defined common nuxt scripts (64e18f5)

v1.0.0-alpha.3

26 Jul 00:18
fd6ab59
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

1.0.0-alpha.3 (2020-07-26)

Features

  • config: prepared to create the config file (fd6ab59)

v1.0.0-alpha.2

25 Jul 22:23
cc87847
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

1.0.0-alpha.2 (2020-07-25)

Features

  • test-utils: added the vue test-utils as a dev-dependency (cc87847)

v1.0.0-alpha.1

25 Jul 22:11
294b3af
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

1.0.0-alpha.1 (2020-07-25)

Features

  • nuxt: defined nuxt as a production dependency (294b3af), closes #1