Skip to content

Commit

Permalink
Changelog for 1.12 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnrDaemon committed Mar 10, 2019
1 parent 983a2bc commit ab7de2e
Showing 1 changed file with 57 additions and 2 deletions.
59 changes: 57 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,61 @@
Per file changelog from 905 to 1001

src/classloader.php
------------------------------------------------------------------------
r1001 | anrdaemon | 2019-03-10 23:40:08 +0300 (Sun, 10 Mar 2019) | 3 lines

* Simplified classloader.
Again!

------------------------------------------------------------------------
r935 | anrdaemon | 2018-11-24 22:37:09 +0300 (Sat, 24 Nov 2018) | 2 lines

* Tweaked classloader code style.

------------------------------------------------------------------------
r932 | anrdaemon | 2018-11-24 21:20:26 +0300 (Sat, 24 Nov 2018) | 2 lines

* Altered universal classloader slightly to get rid of expensive calls.

------------------------------------------------------------------------

src/Net/CurlOptions.php
------------------------------------------------------------------------
r1000 | anrdaemon | 2019-03-10 22:43:14 +0300 (Sun, 10 Mar 2019) | 2 lines

* Better variables naming.

------------------------------------------------------------------------

src/Net/Browser.php
------------------------------------------------------------------------
r981 | anrdaemon | 2018-12-30 01:09:17 +0300 (Sun, 30 Dec 2018) | 3 lines

* Reworked Net\Browser::get|post|put methods into request types.
- Removed Net\Browser::customRequest as unusable and unnecessary overhead.

------------------------------------------------------------------------

src/Net/Url.php
------------------------------------------------------------------------
r909 | anrdaemon | 2018-10-17 16:21:08 +0300 (Wed, 17 Oct 2018) | 2 lines

* Fixed minor typo in the docblock comment.

------------------------------------------------------------------------

src/Exceptions/CurlException.php
------------------------------------------------------------------------
r993 | anrdaemon | 2019-03-04 21:12:58 +0300 (Mon, 04 Mar 2019) | 2 lines

* Fixed curl_error/curl_strerror usage in CurlException.

------------------------------------------------------------------------

test/Net/UrlTest.php
------------------------------------------------------------------------
r904 | anrdaemon | 2018-09-07 02:58:13 +0300 (Fri, 07 Sep 2018) | 2 lines
r991 | anrdaemon | 2019-02-26 22:36:13 +0300 (Tue, 26 Feb 2019) | 2 lines

+ Added Utility\Path class to fix/enhance standard functions.
+ Improved documentation for Net\Url tests.

------------------------------------------------------------------------

0 comments on commit ab7de2e

Please sign in to comment.