v1.5.0 (January 10, 2024)
- Added Ruby 3.3 support (#129)
v1.4.0 (January 4, 2023)
- Added Ruby 3.2 support (#126)
v1.3.0 (January 12, 2022)
- Added Ruby 3.1 support (#120)
v1.2.0 (March 2, 2021)
- Added Ruby 3.0 support (#107)
- Fixed the
_pry_ is deprecated, use pry_instance instead
deprecation warning (#111)
v1.1.0 (March 28, 2020)
- Added Ruby 2.7 support (#94)
- Improved Ruby 2.7 suport for certain methods (#100)
- Fixed
NoMethodError: undefined method `namespace_name'
(#97)
v1.0.0 (December 27, 2018)
- Added suport for Ruby 2.6 docs (#90)
v0.13.5 (November 8, 2018)
v0.12.0 (January 21, 2018)
- Added suport for Ruby 2.5 docs (#75)
v0.11.1 (August 8, 2017)
- Specified minimum required Ruby version in the gemspec (#70)
v0.11.0 (August 8, 2017)
- IMPORTANT: Drop support for Ruby 1.9.3 (#68)
- Stopped raising exception when Pry Doc doesn't support current Ruby version (we print a warning instead) (#65)
v0.10.0 (December 31, 2016)
- Added support for Ruby 2.4 docs (#46)
v0.9.0 (June 30, 2016)
- Important: Added support for Ruby 2.3 docs (#35)
- Warn when Pry Doc doesn't support current Ruby version (#31)
- Reverted to 0.6.0 approach for packaging Ruby core docs.
- Generated docs for Ruby 2.2
- 0.7.0 tried a new approach to packaging Ruby core docs, which turned out to have issues with cross-version compatibility. It's since been yanked.
- Important: dropped Ruby 1.8.7 support.
- Fixed (sort of #19) "Scanning and caching *.c files..." for show-doc Kernel.is_a?
- Rescanned docs for Ruby 2.0 (based on patchlevel 484)
- Rescanned docs for Ruby 2.1
- Removed the gem certificate
- Important: previous version
v0.5.0
does not support Ruby 2.1.0. This version does! - Pry Doc has a logo now (embedded in the README)
-
Important: added support for Ruby 2.1.0. The docs are super fresh!
-
Rescanned docs for Ruby 1.9.3 (based on patchlevel 484)
-
Rescanned docs for Ruby 2.0.0 (based on patchlevel 353)
- Added new docs for Ruby 1.9 and Ruby 2.0. For example, now you can execute
show-doc BigDecimal
and feel a little bit more happy. - Fixed error message when trying to
show-doc
non-module singleton methods (like top-level methodsinclude
,private
,public
, etc.)
-
Important: updated YARD gem dependency to loose
0.8
version. It is a known fact that YARDv0.8.4
does not work with Pry Doc. -
Removed a bunch of old and unused metafiles
-
Added docs for Ruby 2.0 (based on patchlevel 0)
-
Rescanned docs for Ruby 1.9 (based on patchlevel 392)
-
Rescanned docs for Ruby 1.8 (based on patchlevel 370)
-
Implicitly fixed
show-doc require_relative
to the new rescan of 1.9 docs -
Signed the gem with a cryptographic signature