CHANGELOG.md in polyfill-0.6.0 vs CHANGELOG.md in polyfill-0.7.0
- old
+ new
@@ -1,5 +1,18 @@
+# [0.7.0][] (2017-04-22)
+
+## Changed
+
+ - Sending no parameters to `Polyfill()` now returns nothing instead of everything.
+
+## Added
+
+ - Support for Ruby 2.1
+ - v2.2 Enumerable#slice_after
+ - v2.2 Kernel#itself
+ - v2.3 Kernel#loop
+
# [0.6.0][] (2017-04-06)
## Fix
- You can now use the `:version` option with no other specification
@@ -54,10 +67,14 @@
- v2.4 Symbol#match
- v2.4 Symbol#match?
# [0.3.0][] (2017-03-19)
+## Changed
+
+ - New way to select methods that doesn't rely on knowing the module structure
+
## Added
- v2.4 Dir.empty?
- v2.4 File.empty?
- v2.4 IO#each_line
@@ -69,32 +86,28 @@
- v2.4 StringIO#each_line
- v2.4 StringIO#gets
- v2.4 StringIO#readline
- v2.4 StringIO#readlines
-## Changes
+# [0.2.0][] (2017-03-17)
- - New way to select methods that doesn't rely on knowing the module structure
+## Changed
-# [0.2.0][] (2017-03-17)
+ - Modules are camel case instead of only uppercasing the first letter of the method name.
+ - Modules for predicate methods now end with `Q` instead of `__Q`.
+ - Modules for dangerous methods now end with `E` instead of `__E`.
+ - Methods will no longer attempt to fix `#respond_to?`, `#methods`, or `.instance_methods`. This will be revisited later with a more comprehensive solution.
## Added
- v2.4 MatchData#named_captures
- v2.4 MatchData#values_at
- v2.4 Hash#compact
- v2.4 Hash#compact!
- v2.4 Hash#transform_values
- v2.4 Hash#transform_values!
-## Changes
-
- - Modules are camel case instead of only uppercasing the first letter of the method name.
- - Modules for predicate methods now end with `Q` instead of `__Q`.
- - Modules for dangerous methods now end with `E` instead of `__E`.
- - Methods will no longer attempt to fix `#respond_to?`, `#methods`, or `.instance_methods`. This will be revisited later with a more comprehensive solution.
-
# [0.1.0][] (2017-03-14)
- v2.4 Array#concat
- v2.4 Comparable#clamp
- v2.4 Float#ceil
@@ -108,9 +121,12 @@
- v2.4 Numeric#finite?
- v2.4 Numeric#infinite?
- v2.4 String#concat?
- v2.4 String#prepend?
+[0.7.0]: https://github.com/AaronLasseigne/polyfill/compare/v0.6.0...v0.7.0
+[0.6.0]: https://github.com/AaronLasseigne/polyfill/compare/v0.5.0...v0.6.0
+[0.5.0]: https://github.com/AaronLasseigne/polyfill/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/AaronLasseigne/polyfill/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/AaronLasseigne/polyfill/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/AaronLasseigne/polyfill/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/AaronLasseigne/polyfill/compare/v0.0.0...v0.1.0