Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 420 Bytes

CHANGELOG.MD

File metadata and controls

19 lines (11 loc) · 420 Bytes

Changelog

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

[Unreleased]

[0.1.3] - 2021-15-8

Added

  • /src/collection/sortByProperty.ts - sorts an array of objects by the value of one of it's properties (provided as a string).

Changed

  • moved version information to VERSION.ts in the root of the project (was previously in the function that wrote documentation)

Removed