Skip to content

Releases: InCuca/vue-loopback

Release 3.1.1

07 Mar 22:34
Compare
Choose a tag to compare
  • fix(auth): only change route after login (19eb3e9)
  • fix(auth): only change router after account exists (624fff2)
  • fix(lint): fix lint errors (e1df64d)

Release 3.1.0

28 Feb 21:59
Compare
Choose a tag to compare
  • fix(auth): redirect to login if token is expired (fa3abbc)
  • feat(loopback): add setLoading fn (92da75f)
  • feat(lint): disable rule (06108f4)

Release 3.0.0

28 Feb 18:40
Compare
Choose a tag to compare
  • doc(README): fix wrong path (9add231)
  • doc(README): update docs (98c0aaf)
  • fix(lint): fix lint errors (e8eb0b9)
  • feat(gulp): add build:index (31840ed)
  • fix(lint): fix lint errors (982f0eb)
  • fix(lint): fix lint errors (02dc21d)
  • fix(lint): fix lint errors (348f1ad)
  • fix(lint): fix lint errors (b7d673a)
  • fix(lint): fix lint errors (b550d32)
  • fix(lint): fix lint errors and remove no-unresolved rule (97a2062)
  • fix(eslint): disable resolver (112395b)
  • feat(lint): add resolve script (ed7ed68)
  • fix(lint): fix linting errors (d353c74)
  • fix(lint): fix lint errors (aa7df98)
  • feat(eslint): ignore template directory (8bcc688)
  • fix(lint): fix auto-fixable errors (ff283cc)
  • fix(eslint): remove modules from ignore (c9d0f1a)
  • feat(eslint): add eslint to this repo itself (3b20ee4)
  • fix(lint): remove import settings (ffd1574)
  • fix(eslintrc): remove not existent plugin (7534446)
  • feat(gulp): build also index.js (d23d144)
  • feat(server): add client server (44bfb23)
  • feat(package): update eslint (3e350ae)
  • feat(lint): update settings to airbnb - webpack template based (df30173)
  • fix(gulp-tasks): write sourcemaps to files instead of embed (f4e2af3)
  • fix(travis): apply workaround travis-ci/travis-ci#8836 (9f5285b)
  • feat(travis): remove node 6 and 7 (90cc789)

Release 2.1.0

20 Feb 21:06
Compare
Choose a tag to compare
  • fix(template): add missing package copy (5f1c62b)
  • fix(template): fix lint errors (f589041)
  • feat(gulp): add package to built file and add start script (527e061)
  • fix(package): fix font-awesome dependency (8b21fc5)
  • fix(gulp): fix gulp not reloading client (f1aed3a)
  • feat(loopback): add token in local storage (34d1613)

Release 2.0.1

15 Dec 18:58
Compare
Choose a tag to compare
  • feat(babel): change babel configuration (81903ec)

Release 2.0.0

13 Dec 17:39
Compare
Choose a tag to compare

This release features extended version of the template.

  • Release 2.0.0 (11915d1)
  • Merge pull request #5 from InCuca/vuex-vuerouter (1371858)
  • fix(template): escape curly braces and translate strings to en (e9cbf52)
  • fix(test): fix test commands (1eb749c)
  • fix(meta): fix wrong path name (131f2ec)
  • fix(test): fix boot test (f6b4a4a)
  • fix(tests): fix tests for no extended build (e9bb6de)
  • fix(test): add extended tests (1897096)
  • chore(npm): update package-lock (f10fb19)
  • fix(lint): fix lint errors (47475f1)
  • fix(template): fix misspeling (8fa8ae3)
  • fix(test): fix lint error (d865b79)
  • fix(tests): fix app test (070b19e)
  • fix(tests): fix test errors (d8ae843)
  • fix(tests): fix test errors (2f0a2e5)
  • fix(tests): add karma modulesify settings (0ba8e18)
  • feat(tests): rename and add more tests (a71e8a6)
  • fix(tests): add vuefy compiler to karma (3e9e45e)
  • fix(template): remove gitlab file (92c2550)
  • fix(template): fix css and translate strings to english (0f31e93)
  • fix(template): fix wrong route and add create-admin test (0942b36)
  • fix(tempalte): fix hello world component (b6711ab)
  • fix(template): Fix wrong comonente filename (b02518f)
  • fix(template): add missing dependencies and missing compilers file (de88643)
  • fix(template): fix template errors (5d1e022)
  • feat(template): add extended option (f08bb6f)
  • add project title (0ed26bd)
  • fix(readme): add usage instructions (8f5c4f5)

Release 1.0.2

29 Oct 23:21
Compare
Choose a tag to compare
  • fix(App): fix databinding not working (de7f8e6)
  • doc(readme): add loopback link (dfebf04)

Release 1.0.1

29 Oct 22:39
Compare
Choose a tag to compare
  • fix(build): add xvfb to travis config (4442c6c)
  • fix(test): remove not used polyfill (fa0eefd)
  • fix(test): show tests output (49573ef)
  • feat(travis): remove travis from template and add chrome (ea911fc)
  • feat(package): add test scripts (47c8f21)
  • feat(test): change test platform to chrome (b6af4f5)
  • feat(test): add promise polyfill in client tests (55afe8a)
  • feat(test): split tests (c079e2c)
  • foc(readme): add tests docs (225366c)
  • fix(test): fix task finishing before test (80d23fe)
  • doc(readme): add usage instructions (7b53d5a)
  • feat(test): add support for client tests with karma (a488810)
  • fix(project): add npm-debug to gitignore (3043ea6)
  • feat(App): change prop to data (825cc69)
  • feat(template): add hello prop (5659f7e)
  • feat(lint): split eslint files (7b1c31f)
  • doc(readme): add executing instructions (cb46d8c)
  • fix(build): remove start scripts (8f9661e)
  • doc(readme): improve documentation (905111d)
  • chore(package): remove nsp from tests (2cc239e)
  • fix(build): fix syntax errors (2d4bb0f)
  • fix main.css import (8c3cc51)
  • fix modulesify prefixes in node_modules (98cd74e)
  • add support for css modules (ee4f31b)
  • chore(package): add package-lock and node_modules (c282c9b)
  • fix(package): add vue-cli as dependency (722097d)
  • chore(package): add test (d666d82)
  • chore(project): add travis support (c2b6f92)
  • chore(project): import project from loopback-es6 vue branch (ae52c43)
  • Initial commit (4b90f00)