File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.3.0
2+
3+ ### Breaking Changes
4+
5+ - None
6+
7+ ### Added
8+
9+ - [ #30 ] ( https://github.com/IFTTT/polo/pull/30 ) Advanced obfuscation
10+ - [ #37 ] ( https://github.com/IFTTT/polo/pull/37 ) Custom adapters for Postgres and MySQL
11+
12+ ### Fixed
13+
14+ - [ #26 ] ( https://github.com/IFTTT/polo/pull/26 ) Postgres - Use ActiveRecord methods to generate INSERT SQLs
15+ - [ #25 ] ( https://github.com/IFTTT/polo/pull/25 ) Fix custom strategies bug
16+ - [ #28 ] ( https://github.com/IFTTT/polo/pull/28 ) Only obfuscate fields when they are present
17+ - [ #35 ] ( https://github.com/IFTTT/polo/pull/35 ) Better support for Rails 4.0
18+ - [ #31 ] ( https://github.com/IFTTT/polo/pull/31 ) Fix link to Code of Conduct
19+
120## 0.2.0
221
322### Breaking Changes
Original file line number Diff line number Diff line change 11module Polo
2- VERSION = "0.2 .0"
2+ VERSION = "0.3 .0"
33end
You can’t perform that action at this time.
0 commit comments