Skip to content

Commit

Permalink
v4.0.1 is being published
Browse files Browse the repository at this point in the history
  • Loading branch information
tian-im committed May 4, 2016
1 parent 859398b commit bfa804f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
17 changes: 11 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# v4.0.0
# v4.0.1

1. Used model class to dispatch requests to controllers
2. Fixed sorting / remove link for custom fields on index page table headers
3. Added types email and color for index/show/form
4. Ensure all hashes used for fields is instance of HashWithIndifferentAccess
1. Fixed an issue for loading irregular classes/files under /app folder
2. Ensure to support mysql and sqlite

# WIP Wish list

- Add lint check
- Change to use a mode so that multiple mode (active_record/mongoid/etc.) can be used at the same time
- Ensure to support mysql and sqlite
- Support for Single Table Inheritance (STI)
- Improve colon search (maybe..)
- Data audit (use papertrail) (maybe..)
Expand All @@ -21,6 +18,14 @@
N/A

# History:

## v4.0.0

1. Used model class to dispatch requests to controllers
2. Fixed sorting / remove link for custom fields on index page table headers
3. Added types email and color for index/show/form
4. Ensure all hashes used for fields is instance of HashWithIndifferentAccess

## v4.0.0.rc

1. Used Rails cache for caching subclasses
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
wallaby (4.0.0)
wallaby (4.0.1)
bootstrap-sass
bootstrap3-datetimepicker-rails
cancancan
Expand Down Expand Up @@ -75,7 +75,7 @@ GEM
codemirror-rails (5.11)
railties (>= 3.0, < 5)
coderay (1.1.1)
concurrent-ruby (1.0.1)
concurrent-ruby (1.0.2)
database_cleaner (1.4.0)
debug_inspector (0.0.2)
devise (3.5.6)
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@ Wallaby is a Rails engine to manage your data. You could have a play with the [d

## What's new

# v4.0.0
# v4.0.1

1. Used model class to dispatch requests to controllers
2. Fixed sorting / remove link for custom fields on index page table headers
3. Added types email and color for index/show/form
4. Ensure all hashes used for fields is instance of HashWithIndifferentAccess
1. Fixed an issue for loading irregular classes/files under /app folder
2. Ensure to support mysql and sqlite

For more, see [Changlog](CHANGELOG.md)

Expand Down
2 changes: 1 addition & 1 deletion lib/wallaby/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Wallaby
VERSION = '4.0.0'
VERSION = '4.0.1'
end

0 comments on commit bfa804f

Please sign in to comment.