From 83b3d3538d0a9295e59806c48786d10a049bddf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F?= Date: Mon, 5 Jun 2017 22:14:00 +0800 Subject: [PATCH] Build version 0.9.6 --- CHANGELOG.mdown | 5 +++++ LICENSE | 3 +-- README.md | 6 ++++++ VERSION | 2 +- package.json | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.mdown b/CHANGELOG.mdown index e055a070..51ef7328 100644 --- a/CHANGELOG.mdown +++ b/CHANGELOG.mdown @@ -1,5 +1,10 @@ # +## 0.9.6 + +* add badges +* update README.md + ## 0.9.5 * support lunr-languages.js, user could use elasticlunr.js for other languages. diff --git a/LICENSE b/LICENSE index f8825123..96cf2c59 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,4 @@ -Copyright (C) 2013 by Oliver Nightingale -Copyright (C) 2015 by Wei Song +Copyright (C) 2017 by Wei Song Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 4716bf4f..f7ce890f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ [![stable](http://badges.github.io/stability-badges/dist/stable.svg)](http://github.com/badges/stability-badges) [![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badge/) +# Milestone + +Thanks that so many people use and love Elasticlunr.js, it has received more than 500 stars. + +# Elasticlunr.js + Elasticlunr.js is a lightweight full-text search engine developed in JavaScript for browser search and offline search. Elasticlunr.js is developed based on Lunr.js, but more flexible than lunr.js. Elasticlunr.js provides Query-Time boosting, field search, more rational scoring/ranking methodology, fast computation speed and so on. Elasticlunr.js is a bit like Solr, but much smaller and not as bright, but also provide flexible configuration, query-time boosting, field search and other features. diff --git a/VERSION b/VERSION index b0bb8785..85b7c695 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.5 +0.9.6 diff --git a/package.json b/package.json index c18b9f93..05e017a4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "elasticlunr", "description": "Lightweight full-text search engine in Javascript for browser search and offline search.", - "version": "0.9.5", + "version": "0.9.6", "author": "Wei Song", "keywords": ["search", "text retrieval", "offline search", "full text search"], "homepage": "http://weixsong.github.io",