Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge v7.0.0 branch #5222

Merged
merged 23 commits into from
Oct 25, 2023
Merged

merge v7.0.0 branch #5222

merged 23 commits into from
Oct 25, 2023

Commits on Mar 15, 2023

  1. refactor: migrate typescript (#5092)

    * refactor: esm
    
    * refactor: migrate typescript
    
    * update files
    
    * remove `use strict`
    
    * fix indentation
    
    * refactor: migrate typescript
    
    * refactor: migrate typescript
    
    * update
    
    * export from
    
    * extend/filter
    
    * post
    
    * Schema and SchemaType
    
    * NunjucksError
    
    * declare module
    
    * update tests
    
    * fix export
    
    * update
    
    * update
    
    * number_format
    
    * update highlight
    
    * update
    
    * add secondary argument when create `Permalink` instance
    
    * specify `eslint` target directory
    
    * ignore two rules for testing
    
    * use `@ts-expect-error` for avoiding compile error
    
    * use `any` for avoiding compile error
    
    * chore: add `dist/` to `.gitignore`
    
    * test(eslint): update `.eslintrc`
    
    * refactor: `var` to `const`
    
    * refactor: delete unnecessary `'use strict';`
    
    * test: use `dist/modules/types/moment/SchemaTypeMoment` instead of `warehouse.SchemaTypeMoment`
    
    * fix: export of processors
    
    * test: fix bind
    
    * test: fix processer
    
    * fix fs import
    
    * fix hexo-i18n and hexo-log
    
    * fix param order
    
    * build hexo in benchmark
    
    * fix eslint
    
    * fix export & drop travis
    
    * Update .husky/pre-commit
    
    * add spaces
    
    * refactor: ts debounce fn
    
    * fix: lint errors
    
    * fix: lint errors
    
    ---------
    
    Co-authored-by: yoshinorin <yoshinorin.net@outlook.com>
    Co-authored-by: Baoshuo <i@baoshuo.ren>
    3 people committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    148ed7c View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. release: v7.0.0-rc1 (#5176)

    * release: 7.0.0-rc1
    
    * Update package.json
    
    ---------
    
    Co-authored-by: Mimi <1119186082@qq.com>
    yoshinorin and stevenjoezhang committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    46fbdcf View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. feat: add exclude_languages feature to prismjs (#5182)

    * feat: add exclude_languages feature to prismjs
    
    * feat: add exclude_languages feature to prismjs
    D-Sketon committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    8251df3 View commit details
    Browse the repository at this point in the history
  2. Refactor types (#5178)

    * refactor: add types for some explicit any fields
    
    * refactor: add better extend types
    
    * refactor: add type Hexo for ctx
    
    * reafactor: better function type
    
    * style: use import type for type only imports
    
    * fix: wrong type for args and options
    Pcrab committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    725422a View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Configuration menu
    Copy the full SHA
    c62909d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. chore: change dependencies version (#5202)

    * chore: change dependencies version
    
    * chore: ignore pnpm lock file
    Pcrab committed May 31, 2023
    Configuration menu
    Copy the full SHA
    f791362 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    5837bb8 View commit details
    Browse the repository at this point in the history
  2. test: improve coverage (#5221)

    * test: improve coverage
    
    * test(processors): improve coverage
    
    * test(processors): improve coverage
    
    * test(helpers): improve coverage
    
    * test(console): improve coverage
    D-Sketon committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    5ee3e6d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. feat: add url_for and full_url_for tag plugins (#5198)

    * feat: add url_for and full_url_for tag plugins
    
    * style: fix lint
    D-Sketon committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    c9ad8c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    7157e85 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Configuration menu
    Copy the full SHA
    3eaafb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04bc704 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. release: v7.0.0-rc2 (#5238)

    yoshinorin committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b3b444d View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. fix typo (#5245)

    stevenjoezhang committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    0257bb3 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    99e94cc View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    5d8dcec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35ceaae View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. feat: define global variable hexo (#5242)

    useful for plugin written in typescript or let IDE detecting it
    dimaslanjaka committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    24a7b61 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    d29d774 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    7b588e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. perf(post): cache tags getter (#5145)

    Co-authored-by: uiolee <22849383+uiolee@users.noreply.github.com>
    SukkaW and uiolee committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    3059fa0 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Configuration menu
    Copy the full SHA
    fcc6168 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    2a2cc9a View commit details
    Browse the repository at this point in the history