Skip to content

Releases: hexojs/hexo

1.0.4

04 Jul 03:50
Compare
Choose a tag to compare

Minor Changes

  • Simplify helper API

Fixed

  • Render cache
  • Skip files which not exists when processing

1.0.2

04 Jul 03:53
Compare
Choose a tag to compare

Fixed

  • Simplify model
  • Duplicated categories/tags (#101)
  • Tag cloud helper (#102)
  • Added category/tag map back
  • Space escaping

1.0.1

04 Jul 03:54
Compare
Choose a tag to compare

Fixed

  • Wrong post URL (#100)

1.0.0

04 Jul 03:59
Compare
Choose a tag to compare

Migrating from 0.5.x

You have to update the theme and plugins since API changed a lot in 1.0.0.

  • Update theme

    $ cd themes/light
    $ git pull

    or

    $ git clone git://github.com/tommy351/hexo-theme-light.git themes/light

    or you can follow this commit to update your theme.

  • Update plugins

    npm update
    

Key changes

Removed

  • Old cache module
  • Removed process from hexo namespace
  • Render console