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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update lunr to the latest version 馃殌 #269

Closed
wants to merge 1 commit into from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Apr 9, 2017

Version 2.0.0 of lunr just got published.

Dependency lunr
Current Version 1.0.0
Type devDependency

The version 2.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of lunr.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 97 commits .

  • 01a0241 Build version 2.0.0
  • 86b1e52 Add some missing documentation to lunr.Builder.
  • a390f8a Remove old example app
  • b3ea607 Update README.mdown
  • 984c7a9 Build and upload docs as part of travis build
  • adb9e22 Remove accidental global from test
  • 3134c3c Build version 2.0.0-alpha.5
  • 79e7d7b Fix bug that allowed extra entries in token sets.
  • bdd98d6 Build version 2.0.0-alpha.4
  • 7e3f887 Ensure that query terms are lower case.
  • c6076d6 Build version 2.0.0-alpha.3
  • 53ea70c Add use method for applying plugins.
  • 2db8cb7 Build version 2.0.0-alpha.2
  • 2f940e0 Expose the version of lunr.
  • e01318a Yield builder to config function.

There are 97 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 馃尨

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 10, 2017

Version 2.0.1 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 3 commits .

  • 2415207 Build version 2.0.1
  • d624a2c Use objects without prototypes in lieu of HashMap
  • 546bcfd Update README.mdown

See the full diff.

@brendo
Copy link
Contributor

brendo commented Apr 12, 2017

Ooo, this is exciting @squidfunk!

Indexes are now immutable, this allows for more space efficient indexes, more advanced searching and better performance.
Text processing can now attach metadata to tokens the enter the index, this opens up the possibility of highlighting search terms in results.
More advanced searching including search time field boosts, search by field, fuzzy matching and leading and trailing wildcards.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 18, 2017

Version 2.0.2 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 3 commits .

  • 7612f7f Build version 2.0.2
  • 5114f6c Reduce term score precision in vectors
  • 356d25a Make separator used in lexing match tokeniser

See the full diff.

@greenkeeper greenkeeper bot closed this Apr 22, 2017
@greenkeeper greenkeeper bot deleted the greenkeeper/lunr-2.0.0 branch April 22, 2017 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant