Skip to content

Commit 826aee4

Browse files
committed
Add 0.6.0 to changelog
1 parent 22c391e commit 826aee4

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.6.0] - 2018-05-22
6+
7+
### Added
8+
9+
* We now pass the `column` object as the third parameter of the `column`
10+
block for advanced usage. Example:
11+
12+
```ruby
13+
column :extra, as: [/extra/], to: ->(value, user, column) do
14+
attribute = column.name.sub(/^extra /, '')
15+
user[attribute] = value
16+
end
17+
```
18+
519
## [0.5.0] - 2018-01-13
620

721
### Added
@@ -165,4 +179,4 @@ report object instead of raising an exception.
165179
[@macfanatic]: https://github.com/macfanatic
166180
[@paulodeleo]: https://github.com/paulodeleo
167181
[@pnomolos]: https://github.com/pnomolos
168-
[@shvetsovdm]: https://github.com/shvetsovdm
182+
[@shvetsovdm]: https://github.com/shvetsovdm

0 commit comments

Comments
 (0)