PHP Classes

File: CHANGELOG.md

Recommend this page to a friend!
  Classes of William   neoshiftlab PHP Tree Data Structure   CHANGELOG.md   Download  
File: CHANGELOG.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: neoshiftlab PHP Tree Data Structure
Create and manipulate trees of data values
Author: By
Last change:
Date: 2 years ago
Size: 785 bytes
 

Contents

Class file image Download

Changelog

All notable changes will be documented in this file.

[v1.5.1] - 2021-12-21

  • Fix Github action PHP version

[v1.5] - 2021-12-21

  • Minimum requirement passes to php 8.0

[v1.4] - 2021-12-20

  • Can make tree with object as items
  • Add Composer's keywords

[v1.3] - 2021-12-20

  • Can serialize tree

[v1.2] - 2021-12-17

  • Optimization of tree generation

[v1.1] - 2021-12-02

  • Can customize keys

[v1.0.1] - 2021-12-02

  • Add badges

[v1.0] - 2021-12-02

  • Add Github action which run tests

[v0.1.1] - 2021-12-02

  • Add readme, contributing and changelog
  • Clean code

[v0.1] - 2021-12-01

  • Can make a tree with array items
  • Can fetch node's parent
  • Can fetch node's children
  • Can fetch node's ancestors
  • Can fetch node's descendants