You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -48,8 +48,9 @@ ba.total_set
48
48
```
49
49
50
50
## History
51
-
- 2.0.0 in 2018 (Changed bits order to be compliant with Redis' setbit/getbit and fixed initialize with custom field)
52
-
- 1.0.0 in 2017 (updated for modern Ruby, more efficient storage, and 10th birthday)
51
+
- 2.0.0 in 2018 (Changed bits order to be compliant with Redis' setbit/getbit)
52
+
- 1.1 in 2018 (fixed a significant bug)
53
+
- 1.0 in 2017 (updated for modern Ruby, more efficient storage, and 10th birthday)
53
54
- 0.0.1 in 2012 (original v5 released on GitHub)
54
55
- v5 (added support for flags being on by default, instead of off)
55
56
- v4 (fixed bug where setting 0 bits to 0 caused a set to 1)
@@ -61,6 +62,8 @@ ba.total_set
61
62
62
63
Thanks to Michael Slade for encouraging me to update this library on its 10th birthday and for suggesting finally using String's getbyte and setbyte methods now that we're all on 1.9+ compatible implementations.
63
64
65
+
Further thanks to @tdeo, @JoshuaSP, and @m1lt0n for pull requests.
0 commit comments