Skip to content

Latest commit

 

History

History
168 lines (126 loc) · 8.49 KB

CHANGELOG.md

File metadata and controls

168 lines (126 loc) · 8.49 KB

Change Log

Description

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

This file was based on this template.


[1.4.1] - 16-05-2023

  • Move repository to a new Github organization;

[1.4.0] - 16-05-2023

Fixed

  • DataStructures/BinarySearchTree;
  • DataStructures/DoublyLinkedList;
  • DataStructures/LinkedList;
  • DataStructures/Queue;
  • DataStructures/Stack;

[1.3.3] - 13-05-2023

Added

  • randomWalk function;
  • step function;
  • Maths/isDecimal;
  • DataStructures/DoublyLinkedList;
  • DataStructures/Queue;
  • DataStructures/Stack;

Fixed/Updated

  • DataStructures/BinarySearchTree;
  • DataStructures/LinkedList;

Breaking Changes

  • Removed: randomWalk1d, randomWalk3d, randomWalk3d functions;

[1.3.2] - 26-05-2023

Added

  • Add tests to the code;
  • Arrays/chunk;
  • Arrays/removeDuplicatesObj;
  • DataStructures/LinkedList;
  • Maths/isValidNumber;
  • Maths/roundNumber;
  • MEGABYTE_IN_KILOBYTES;

Changed

  • Organize project;
  • Change lib/project name;

Fixed

  • Fixed multiple function based on the tests;

Breaking Changes

  • Multiple files was organized!
  • Removed: SortingAlgorithms - Moved sort function to the play-code project;

[1.2.10] - 21-10-2022

Added

Changed

Fixed

Breaking Changes

[1.2.9] - 02-09-2022

Added

Changed

Fixed

Breaking Changes

  • findBigArrObj and getMaxArrayObjects change to arrayFindBigObject #74;
  • findLowArrObj and getMinArrayObjects change to arrayFindLowObject #74;
  • sortAscending change to arraySortAscending #74;
  • sortAscendingObj change to arraySortAscendingObject #74;
  • sortDescending change to arraySortDescending #74;
  • sortDescendingObj change to arraySortDescendingObject #74;

[1.2.8] - 22-07-2022

Added

Changed

Fixed

Breaking Changes

[1.2.7] - 15-07-2022

Added

[1.2.6] - 08-07-2022

Added

Changed

  • Vector2 - fixed some formulas and add new functions

[1.2.5] - 04-07-2022

This is the first version of the change log, so kinda is the first off all :)

Added

  • All functions, classes, etc...