Skip to content

Releases: Maikuolan/Common

Common Classes Package v1.6.2

02 Jul 11:45
72abe98
Compare
Choose a tag to compare

Version/Release 1.6.2

  • [2021.07.02; Maikuolan]: Allow dots to be escaped for dataTraverse in the operation handler.

Caleb M (Maikuolan),
July 2, 2021.

Common Classes Package v2.6.1

22 May 13:52
7ba5a62
Compare
Choose a tag to compare

Version/Release 2.6.1

  • [2021.05.21; Maikuolan]: Adjusted the ints returned by L10N's int3Type3 so they'd make more sense. Added some more languages to L10N's rules documentation.

  • [2021.05.22; Maikuolan]: Added a public version constant to all classes, since it might be needed by some implementations to ensure compatibility. Improved and refactored some of the docblock comments across all classes. Added an exception to the Matrix handler for when the number of dimensions given to iterateCallback doesn't match the Matrix's number of dimensions. Added tests for the matrix handler, the delayed file IO, the events orchestrator, and the request handler classes.

Caleb M (Maikuolan),
May 22, 2021.

Common Classes Package v1.6.1

22 May 13:51
acd94f8
Compare
Choose a tag to compare

Version/Release 1.6.1

  • [2021.05.21; Maikuolan]: Adjusted the ints returned by L10N's int3Type3 so they'd make more sense. Added some more languages to L10N's rules documentation.

  • [2021.05.22; Maikuolan]: Added a public version constant to all classes, since it might be needed by some implementations to ensure compatibility. Improved and refactored some of the docblock comments across all classes. Added tests for the delayed file IO, the events orchestrator, and the request handler classes.

Caleb M (Maikuolan),
May 22, 2021.

Common Classes Package v2.6.0

24 Apr 01:25
0e4dcad
Compare
Choose a tag to compare

Version/Release 2.6.0

  • [2021.03.11; Maikuolan]: Added some missing return type declarations.

  • [2021.04.09; Maikuolan]: Added a new class to the repository, "Operation".

  • [2021.04.23; Bug-fix; Maikuolan]: Found a fixed an issue with function calls
    from the dataTraverse method of the newly added Operation class.

Caleb M (Maikuolan),
April 24, 2021.

Common Classes Package v1.6.0

24 Apr 01:13
23a3a77
Compare
Choose a tag to compare

Version/Release 1.6.0

  • [2021.04.09; Maikuolan]: Added a new class to the repository, "Operation".

  • [2021.04.23; Bug-fix; Maikuolan]: Found a fixed an issue with function calls from the dataTraverse method of the newly added Operation class.

Caleb M (Maikuolan),
April 24, 2021.

Common Classes Package v2.5.0

22 Feb 03:55
7d6338f
Compare
Choose a tag to compare

Version/Release 2.5.0

  • [2020.12.07; Maikuolan]: Updated the number formatter to prevent leading decimal separators in the absence of representing any whole digits.

  • [2020.12.07; Maikuolan]: Added support for dozenal/duodecimal numerals.

  • [2021.01.10; Maikuolan]: Added a new class to the repository, "Request".

  • [2021.01.25; Maikuolan]: Added support for fullwidth numerals.

  • [2021.02.19; Maikuolan]: Added support for null values and folded multi-line values to the YAML handler, plus some additional aliases for true and false. Also updated some of the test files.

  • [2021.02.20; Maikuolan]: Added support for __toString and for anchors to the YAML handler. Also updated some PHPDocs.

  • [2021.02.22; Maikuolan]: Added tests for the Demojibakefier class.

Caleb M (Maikuolan),
February 22, 2021.

Common Classes Package v1.5.0

22 Feb 03:55
1f81e2c
Compare
Choose a tag to compare

Version/Release 1.5.0

  • [2020.12.07; Maikuolan]: Updated the number formatter to prevent leading decimal separators in the absence of representing any whole digits.

  • [2020.12.07; Maikuolan]: Added support for dozenal/duodecimal numerals.

  • [2021.01.10; Maikuolan]: Added a new class to the repository, "Request".

  • [2021.01.25; Maikuolan]: Added support for fullwidth numerals.

  • [2021.02.19; Maikuolan]: Added support for null values and folded multi-line values to the YAML handler, plus some additional aliases for true and false. Also updated some of the test files.

  • [2021.02.20; Maikuolan]: Added support for __toString and for anchors to the YAML handler. Also updated some PHPDocs.

  • [2021.02.22; Maikuolan]: Added tests for the Demojibakefier class.

Caleb M (Maikuolan),
February 22, 2021.

Common Classes Package v2.4.0

04 Dec 08:03
03e33a1
Compare
Choose a tag to compare

Version/Release 2.4.0

  • [2020.11.27; Maikuolan]: Ditched external test frameworks in favour of GitHub Actions. Replaced existing tests. (More work needs to eventually be done towards tests. This will eventually happen at some point).

  • [2020.12.01; Maikuolan]: Refactored the number formatter, improving the conversion of fractions between different bases, and added two new character sets.

  • [2020.12.03; Maikuolan]: Added tests for the NumberFormatter class and also added some more character sets.

Caleb M (Maikuolan),
December 4, 2020.

Common Classes Package v1.4.0

04 Dec 08:02
75af5d6
Compare
Choose a tag to compare

Version/Release 1.4.0

  • [2020.11.27; Maikuolan]: Ditched external test frameworks in favour of GitHub Actions. Replaced existing tests. (More work needs to eventually be done towards tests. This will eventually happen at some point).

  • [2020.12.01; Maikuolan]: Refactored the number formatter, improving the conversion of fractions between different bases, and added two new character sets.

  • [2020.12.03; Maikuolan]: Added tests for the NumberFormatter class and also added some more character sets.

Caleb M (Maikuolan),
December 4, 2020.

Common Classes Package v2.3.3

30 Sep 13:07
41bfb67
Compare
Choose a tag to compare

Version/Release 2.3.3

  • [2020.07.05; Maikuolan]: Slightly refactored the cache handler.

  • [2020.07.06; Maikuolan]: Added the ability to the cache handler to enforce hard limits for key names.

  • [2020.07.14; Maikuolan]: Removed some accidental duplicates from the Demojibakefier's supported() list.

  • [2020.07.17; Maikuolan]: Slightly refactored DelayedIO.

  • [2020.09.30; Maikuolan]: Added the ability to split strings into segments to the demojibakefier.

Caleb M (Maikuolan),
September 30, 2020.