-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCHANGELOG
36 lines (25 loc) · 1.06 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
== 1.1.2
* Ensure to return the nil from the RSpec transactional wrapper.
== 1.1.1 2010-05-25
* Bugfixing broken gemspec which missed the Generators
== 1.1.0 2010-04-08
* Added support for Merb 1.2 (set Merb#orm when requirede)
* Removing Jeweler and switched from generated gemspec to normal one
* Webrat API fixes in session spec
* Removing crud from the spechelper such as RubyGems
* Updating README to match latest state
== 1.0.9 "Get official" 2009-11-10
* Moved to gihub.com/merb and to merb_sequel
* Added Merb::Sequel::VERSION constant
* Moved to jeweler to match with Merb
== 1.0.8
* Dropped support for Sequel versions < 2.7.0
== 1.0.7
* Add support for ActiveModel via active_model plugin for Sequel > 3.5.0 or
Merb::Orms::Sequel::Model::ActiveModelCompatibility module. Added
:load_activemodel_compatibility configuration option to handle ActiveModel
compatibility loading. See README for
more information.
* Removed Merb::Orms::Sequel::ModelExtensions in favour to Merb::Orms::Sequel::Model::ActiveModelCompatibility
* Added spec.opts
* Fixing session storage