Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ohroy/hexo-neat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.5
Choose a base ref
...
head repository: ohroy/hexo-neat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 7 files changed
  • 3 contributors

Commits on Jul 8, 2020

  1. feat: fix html render failed

    rozbo committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    055eabe View commit details
    Browse the repository at this point in the history
  2. chore: update version to 1.0.6

    rozbo committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    5138ec9 View commit details
    Browse the repository at this point in the history
  3. fix: fix some js will crash

    rozbo committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    7ed7c11 View commit details
    Browse the repository at this point in the history
  4. chore: bump

    rozbo committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    595b170 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. fix: fix wrong version of clean-css

    rozbo committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    ea9b203 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Configuration menu
    Copy the full SHA
    6d2c547 View commit details
    Browse the repository at this point in the history
  2. docs: fix typo and add idea link

    rozbo committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    5819ebe View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. fix: 修复重复生成的问题

    rozbo committed Jul 22, 2020
    1 Configuration menu
    Copy the full SHA
    f558657 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. fix #26: 当调用UglifyJS.minify时,只把uglify-js需要的参数传进去,避免传入无用参数引起uglify-js报错。

    这一fix版本使用了ES6语法,因而可能无法支持老版本Node。
    Starrah committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    c857fa7 View commit details
    Browse the repository at this point in the history
  2. Breaking Changes: 删除ES6标准中已原生提供,从而不再需要的object-assign、bluebird等依赖;把各个依…

    …赖升级到最新版本。
    
    此版本将不再支持一些老版本的、不支持ES6语法的Node。
    已经过测试,在Node v14.17.3下可用。
    Starrah committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    18d86c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Merge pull request #28 from Starrah/fix-26-es6

    fix #26 (ES6): 当调用UglifyJS.minify时,只把uglify-js需要的参数传进去,避免传入无用参数引起uglify-js报错。
    ohroy authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    75cb9db View commit details
    Browse the repository at this point in the history

Commits on May 29, 2022

  1. fix: fix typo

    ohroy committed May 29, 2022
    Configuration menu
    Copy the full SHA
    2086784 View commit details
    Browse the repository at this point in the history
Loading