-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
27 lines (18 loc) · 892 Bytes
/
ChangeLog
File metadata and controls
27 lines (18 loc) · 892 Bytes
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
tiny_sweeper (1.1.1) stable; urgency=low
* Add `:nbsp` broom for removing non breaking space characters
tiny_sweeper (1.1.0) stable; urgency=low
* Change strip to remove UTF-8 NBSP
tiny_sweeper (1.0.1) stable; urgency=low
* Fix gemspec warnings:
* Properly specify license as "Apache-2.0"
* Provide minimum versions for rspec and rake dependencies
tiny_sweeper (1.0.0) stable; urgency=low
* Change `sweep` to only take one attribute name, followed by zero or more
"brooms" (symbols that name a pre-configured way to sweep a value), and an
optional sweeping block.
* Add `TinySweeper::Brooms.add(name, &block)` for registering custom brooms.
tiny_sweeper (0.0.5) stable; urgency=low
* First public stable release
* Define sweeping rules with `sweep`, which takes multiple field names, and
a block
* Sweep all attributes of a class with `sweep_up!`