We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9533e16 commit 44f5e9aCopy full SHA for 44f5e9a
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+* 1.0.11
4
+ * mongoid: escape regular expression in search
5
+ * When possible, use jQuery .on() rather than .live()
6
* 1.0.6 Postgres or non-postgres queries are now determined at model level
7
* 1.0.3 Fixed Formtastic 2.0 + Ruby 1.8.7 compat issue
8
* 1.0.2 Fixed issue #93, #94
lib/rails3-jquery-autocomplete/version.rb
@@ -1,3 +1,3 @@
module Rails3JQueryAutocomplete
- VERSION = '1.0.10'
+ VERSION = '1.0.11'
end
0 commit comments