All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.1 (2021-04-07)
2.0.0 (2020-08-18)
2.0.0-next.6 (2020-07-22)
- add Node interface to node (88878e5)
2.0.0-next.5 (2020-07-11)
- restore resolver (dc7dc87)
2.0.0-next.4 (2020-07-11)
- move createTypes to createSchemaCustomization (1195fa5)
2.0.0-next.3 (2020-07-11)
- move createTypes to sourceNodes (2ae2a8f)
2.0.0-next.2 (2020-07-11)
- only export Gatsby APIs in gatsby-node (93eaac2)
2.0.0-next.1 (2020-07-11)
2.0.0-next.0 (2020-07-11)
- The
store
field now returns a JSON object rather than a String. You will likely need to removeJSON.parse
from whereverstore
is being used.
For example, when using react-use-flexsearch
:
// Before
useFlexSearch('query', index, JSON.parse(store))
// After
useFlexSearch('query', index, store)
1.1.1 (2020-02-28)
- safely set default normalizer fields (f8f63d2)
1.1.0 (2020-01-17)
- use
index
option to filter indexed fields (aed3fc3)
1.0.0 (2019-07-08)
- 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)