Skip to content

Releases: DiscipleD/blog

Transform code from js to ts.

13 Aug 16:13
Compare
Choose a tag to compare
  • Using typescript to refactor project code
  • Add tslint to project
  • Upgrade node to 8
  • Add post
    1 Vue with TypeScript

Last js version release

13 Aug 16:09
Compare
Choose a tag to compare
  • Upgrade vue ssr version to 2.3.3
  • Upgrade webpack from version 1 to version 3
  • Fix bug
  • Add post
    1 Vue v2.3.0 ssr 升级手册
    2 [译]Mixin 函数
    3 Webpack3 正式版发布
    4 Npm 5 package locks

Accomplish PWA(progressive web apps)

10 May 13:24
Compare
Choose a tag to compare
  1. Enable http2
  2. Upgrade webpack from v1 to v2
  3. Enable offline cache
  4. Enable notification service
  5. Enable share service
  6. Add posts:
  • how to use colors in UI
  • service workers
  • notification with sw push service
  • pwa installable and share
  • upgrade to webpack2

Enable Https.

16 Feb 06:48
Compare
Choose a tag to compare
  1. Add ssl certification, upgrade site to https
  2. Upgrade docker to docker-compose
  3. Add RDFa Lite support
  4. Fix some build issues

Enable SSR

30 Nov 16:19
Compare
Choose a tag to compare

Change site from SPA to SSR.

v2.3.0

27 Aug 09:19
Compare
Choose a tag to compare
  1. change vue router mode from ‘hash’ to ‘history’, which remove the hash(#) in the url and update server to handle static resource request by client side, using koa-rewrite
  2. add tags feature (components & vuex logic)

v2.2.0

24 Aug 16:39
Compare
Choose a tag to compare
  1. add graphql into project to provide post data
  2. remove all files of post from client side, that reduce the size of font side package size

v2.1.1

21 Aug 14:49
Compare
Choose a tag to compare
  1. refactor project using vuex Methodology
  2. add a new post of vuex-core-of-vue-application

v2.1.0

14 Aug 13:51
Compare
Choose a tag to compare
  • upgrade project vue & vue-router version from 1.0+ into 2.0
  • upgrade project server side build method: using babel-cli and nodemon & remove gulp
  • add 6 new post:
    1. angular 1.5 with ES6 style guide
    2. getting started with Redux
    3. redux advanced
    4. graphql core concepts
    5. graphql-js-entry
    6. troubleshooting-of-upgrading-vue

Update website periphery plugin

30 May 08:19
Compare
Choose a tag to compare
  1. update blog nav using Vue lib
  2. enable 'Latest Post' function in nav
  3. configuration footer using SVG
  4. add comment dialog using Discus
  5. add google analytics
  6. add 404 page to handle page not found error
  7. move post image to 7niu could service