Skip to content

Releases: PeterCamilleri/full_dup

Version 1.02

28 Mar 00:26
Compare
Choose a tag to compare

Minor change

  • Removed dependency on minitest_visible for issue #11

Version 1.0.1

14 Mar 14:22
Compare
Choose a tag to compare

Minor Update for issue #10

A security issue has been found in rake.
Update the dependency to ">= 12.3.3"

Version 1.0.0

20 Sep 14:32
Compare
Choose a tag to compare

Clean stable code. Removed code smells.

Ready. All Tests OK!

Hello World!

Version 0.0.6

05 Aug 21:17
Compare
Choose a tag to compare
  1. A performance boost (84% in my tests), full_dup now:

    • uses simple dup for strings, enumerators, and matchdata.
    • avoids checking for exclusions when there are none.
  2. Also a few minor cleanups to the readme file.

  3. Updated some tests to deal with a minitest deprecation.

Version 0.0.5

13 Feb 16:31
Compare
Choose a tag to compare

Minor release corrects the homepage and updates development dependencies.

Issues #1, #2, and #3.

Version 0.0.4

23 Sep 17:51
Compare
Choose a tag to compare

Added a code of conduct.

Version 0.0.3

30 Aug 15:45
Compare
Choose a tag to compare

This is a development patch only. No change to the run-time behaviour.
The rake console command and irbt.rb test utility now use the standard readline gem.

Version 0.0.2

16 May 16:01
Compare
Choose a tag to compare

This was supposed to be a minor release until I noticed that it was also the first release.
So this version of the code finds the gem stable since 0.0.1, with fixes mostly for the
test suite, support utilities and documentation. This version adds:

  • Updated docs, fixed typos
  • Added the rake console task for experimentation/testing.
  • Renamed Rakefile to rakefile.rb
  • Added the irbt.rb utility