Skip to content
This repository has been archived by the owner on Jan 8, 2018. It is now read-only.

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed Aug 21, 2011
1 parent a05e4bf commit 6dcffaf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/tire/version.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
module Tire
VERSION = "0.1.16"
VERSION = "0.2.0"

CHANGELOG =<<-END
IMPORTANT CHANGES LATELY:
# Defined mapping for nested fields [#56]
# Mapping type is optional and defaults to "string"
# Fixed handling of fields returned prefixed by _source from ES [#31]
# Allow passing the type to search and added that model passes `document_type` to search [@jonkarna, #38]
# Allow leaving index name empty for searching the whole server
# By default, results are wrapped in Item class (05a1331)
# Completely rewritten ActiveModel/ActiveRecord support
# Added method to items for loading the "real" model from database (f9273bc)
# Added the ':load' option to eagerly load results from database (1e34cde)
# Deprecated the dynamic sort methods, use the 'sort { by :field_name }' syntax
END
end

0 comments on commit 6dcffaf

Please sign in to comment.