Skip to content

Latest commit

 

History

History
51 lines (45 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

51 lines (45 loc) · 1.58 KB

Changelog

  • 1.0.4
    • Add data-min-length attribute (alias to min-length attribute) for better consistency.
    • Added railsAutocomplete.init trigger
  • 1.0.3
    • Fixes issue with SQLITE to support schemas
  • 1.0.2
    • Fixes compatibility with newer versions of Simple Form gem
    • Fixes issue of not propagating events and issue of selected value not a string
    • Fixes bug where form 'false' values are treated as true due to being a string value.
  • 1.0.1
    • Option to enable/disable no matches found labeling
  • 1.0.0
    • Adds support for Rails 4

Changes from here on are for the rails3-jquery-autocomplete gem release versions

  • 1.0.11
    • mongoid: escape regular expression in search
    • When possible, use jQuery .on() rather than .live()
  • 1.0.6 Postgres or non-postgres queries are now determined at model level
  • 1.0.3 Fixed Formtastic 2.0 + Ruby 1.8.7 compat issue
  • 1.0.2 Fixed issue #93, #94
  • 1.0.1 Formtastic 2.0 compatibility fix
  • 1.0.0 Rails 3.1 asset pipeline support
  • 0.9.1 Fixes issues #96 and #32
  • 0.9.0 Massive rewrite
  • 0.8.0 Compressed JS file
  • 0.7.5 Pull request #46
  • 0.7.4 Allows Rails 3.1
  • 0.7.3 MongoMapper
  • 0.7.2 Steak helper
  • 0.7.1 Fixed joined scopes (Issue #43)
  • 0.7.0 Scopes
  • 0.6.6 ILIKE for postgres
  • 0.6.5 JS select event
  • 0.6.4 Use YAJL instead of JSON
  • 0.6.3 SimpleForm plugin
  • 0.6.2 Fix Issue #8
  • 0.6.1 Allow specifying fully qualified class name for model object as an option to autocomplete
  • 0.6.0 JS Code cleanup
  • 0.5.1 Add STI support
  • 0.5.0 Formtastic support
  • 0.4.0 MongoID support
  • 0.3.6 Using .live() to put autocomplete on dynamic fields