Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 2.82 KB

CHANGELOG.md

File metadata and controls

59 lines (35 loc) · 2.82 KB

hexo-algolia changelog

v1.3.2, 2021-02-12

v1.3.1, 2018-12-19

  • display the number of records in the batch and content types to index (eb2ef14)
  • wait for clearIndex task completion before moving to the indexing part (a7218ab)

v1.3.0, 2018-12-09

  • trailing index.html are trimmed from page permalinks (83f55a0)
  • select which page layouts can be indexed (922277c)
  • provide an indexing API key from the command line (fd5ae30)
  • index the image property (7990bed)
  • restore post.categories and post.tags indexing (830ef22)
  • update algoliasearch to v3.31.0 (f1f27a6)

v1.2.5, 2018-04-05

  • index tags/categories only if they are arrays (#33)
  • update dependencies (3b8bfce)

v1.2.4, 2017-12-17

  • Fix --flush flag documentation (#30)

v1.2.3, 2017-08-31

  • remove lodash from dependencies (#25)

v1.2.2, 2017-08-31

  • do not index page.content as it causes the indexing to fail if it is bigger than 10kB (#24, #15)
  • index page.updated (and its page.updated_as_int counterpart) #24

v1.2.1, 2017-08-25

  • add clearer signposting for error reasons, esp no API key or Admin Key provided (#22, #15)

v1.2.0, 2017-08-25

  • remove chunk size from options — the default was decreased from 5000 to 50 items at a time
  • index pages along with publishedPosts in the index (#21, #18)
  • fix helper name in docs (#16)

v1.1.0, 2017-06-08

  • add algolia_search(), algolia_search_cdn() and algolia_search_config() hexo helpers (#13)

v1.0.1, 2017-06-01

  • node>=4.0.0 jshint compat

v1.0.0, 2017-06-01

  • rename flags, remove AdminAPIKey from config and document things a bit more