Skip to content

Latest commit

 

History

History
117 lines (60 loc) · 5.76 KB

CHANGELOG.md

File metadata and controls

117 lines (60 loc) · 5.76 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.1 (2021-04-07)

Bug Fixes

  • correctly use provided index fields option when using Lunr (#36) (68b280f)

2.0.0 (2020-08-18)

2.0.0-next.6 (2020-07-22)

Features

  • add publicIndexURL and publicStoreURL (8ed9a0e), closes #24

Bug Fixes

  • add Node interface to node (88878e5)

2.0.0-next.5 (2020-07-11)

Bug Fixes

2.0.0-next.4 (2020-07-11)

Bug Fixes

  • move createTypes to createSchemaCustomization (1195fa5)

2.0.0-next.3 (2020-07-11)

Bug Fixes

  • move createTypes to sourceNodes (2ae2a8f)

2.0.0-next.2 (2020-07-11)

Bug Fixes

  • only export Gatsby APIs in gatsby-node (93eaac2)

2.0.0-next.1 (2020-07-11)

2.0.0-next.0 (2020-07-11)

⚠ BREAKING CHANGES

  • The store field now returns a JSON object rather than a String. You will likely need to remove JSON.parse from wherever store is being used.

For example, when using react-use-flexsearch:

// Before
useFlexSearch('query', index, JSON.parse(store))

// After
useFlexSearch('query', index, store)

Features

1.1.1 (2020-02-28)

Features

  • safely set default normalizer fields (f8f63d2)

1.1.0 (2020-01-17)

Features

  • use index option to filter indexed fields (aed3fc3)

Bug Fixes

1.0.0 (2019-07-08)

Bug Fixes

  • change to onPreBootstrap to avoid node creation warning (a5b2c1b)
  • improve reporter messages (5310a93)
  • include ref in default store fields (c827d5c)
  • readme (19d8a13)
  • update react-use-flexsearch link in readme.md (53feeca)
  • use dedicated schema customization hook (d5f192e)
  • use ids for flexsearch index (6401dd9)

Features

  • add multiple engines support (2eb5b6c)
  • add namepsaced node type (cba59cc)
  • change store to string (temporary) (3f1e819)
  • compat with gatsby >=2.2.0 (d0da6f1)
  • upgrade dependencies and add conventional commits (#1) (88d7247)