Skip to content

Releases: clarkdo/hare

v1.0.0-alpha.0

10 May 14:31
Compare
Choose a tag to compare
v1.0.0-alpha.0 Pre-release
Pre-release

Features

  • enable modern mode (b267c53)
  • Refactor examples, add Français locale (f3881ec)
  • remove momentjs (52918bd)
  • replace vue-clipboards with vue-clipboard2 (fb700d7)
  • upgrade nuxt to 2 (d132e67)
  • upgrade vue-i18n to v8 (00eec76)
  • use eslint-plugin-vue (cdf9ae8)

Bug Fixes

v0.4.0 (2018-03-08)

08 Mar 03:09
Compare
Choose a tag to compare

Minor Changes

  • upgrade nuxt.js to 1.4.0 (43a3518)
  • remove babel, because minimum Node.js version required is increased to 8.0.0 (93d8e9f)
  • remove webpack in server side (044c3b8)
  • improve vscode debug configuration file (d445cf5)

v0.3.0 (2018-01-17)

17 Jan 03:46
Compare
Choose a tag to compare

Bug Fixes

Features

v0.2.3 (2017-12-09)

09 Dec 08:19
Compare
Choose a tag to compare

Bug Fixes

  • error parsing appveyor.yml (3eb5682)
  • ignore prepublish when installing (6d57eda)
  • ignore unavailable vulnerabilities for 30 days (9cff0b3)
  • re-generate heroku api key (6d8efd7)
  • session missing issue (2b3d32e)
  • session not saved issue (9f71d76)
  • switch off macos building for now due to unstable travis (b2ecea9)

Features

  • cache dependencies in ci (4470bd9)
  • upgrade vue-chartjs to 3.0.0 (37ad277)
  • use circleci instead of travis for building (fbe5d8f)

v0.2.2 (2017-11-17)

17 Nov 02:52
Compare
Choose a tag to compare

Bug Fixes

  • error parsing appveyor.yml (64fcf4a)
  • ignore prepublish when installing (1656e9f)
  • re-generate heroku api key (30e0da5)
  • session missing issue (a01576b)
  • session not saved issue (f9411e8)
  • switch off macos building for now due to unstable travis (daf86d4)

Features

  • cache dependencies in ci (4580e5b)
  • upgrade vue-chartjs to 3.0.0 (40c75cd)
  • use circleci instead of travis for building (72f2a73)

v0.2.1 (2017-10-17)

17 Oct 08:53
Compare
Choose a tag to compare

Bug Fixes

  • change build directory (897dc92)
  • correct program in vsc debug (a4c42d2)

Features

v0.2.0 (2017-10-17)

17 Oct 04:08
Compare
Choose a tag to compare

Bug Fixes

  • color of overflowed menu mismatch (4d5297f)
  • specify a maintainer of the Dockerfile (fdfa58e)

Features

  • refactor: login page (c4ab867)
  • add heroku in travis building (8c5334)
  • add standard-version (2760b35)

Upgrade dependencies, function enhancement and bug fix

18 Sep 06:20
Compare
Choose a tag to compare
  • chore: upgrade Nuxt to 1.0.0-rc11
  • chore: bump dependencies, such as: element-ui, koa, vue-chartjs, webpack, eslint, babel and so on
  • feat(console): show address after server started c91435f 0cee955
  • fix: login failed redirect issue 605bef5
  • feat: introduce vue-clipboards as plugin bfb8d07 2e40173
  • feat(mobile): adjust layout in small size screen
  • refactor: use flex box in demo 6631609
  • feat: production docker config 1ad2f33
  • refactor: remove loadsh dep 3535a8d
  • fix: color of overflowed menu mismatch issue
  • feat: add i18n for element beb0b72

Improvements and bug fixes before upgrading to nuxt 1.0.0

30 Jul 05:19
Compare
Choose a tag to compare
  • support simple responsive behavior in example 6154a72
  • add custom error handler 034eef9
  • support for pm2 353e2eb
  • add precommit check 27e2849
  • Bump element-ui from 1.3.7 to 1.4.0 82c27f3
  • add scatter chart demo de2dc53
  • add axios interceptors for 401 error 9663c3d
  • differ logger level in dev and prod 82e27d3
  • Bump some dependencies

Upgrade to Nuxt 1.0.0-alpha4, Koa 2.3, Element 1.3.7 and some improvements

05 Jul 01:17
Compare
Choose a tag to compare
  • upgrade Element-UI to 1.3.7
  • upgrade Nuxt to 1.0.0-alpha4 (now use Vue 2.3.x and look forward to Nuxt 1.0.0 release)
  • upgrade to Koa 2.3 and its plugins
  • upgrade ESlint
  • upgrade Webpack to 3.0
  • support jwt expiration
  • add koa logger injection (use ctx.log)
  • integrate Chart.js
  • support i18n and auto-detect locale
  • fetch menu from backend
  • add demo for charts