Skip to content

Commit

Permalink
docs: remove future methods
Browse files Browse the repository at this point in the history
  • Loading branch information
luckasnix committed Mar 8, 2024
1 parent 628a5bc commit 2441cea
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,9 @@ Structured Objects is lightweight and powerful library for handling object in Ja
- `copy`: Returns a copy of the original object graph.
- `add`: Adds a node to the object graph.
- `toAdded`: Returns a copy of the original object graph with a received node added.
- `addMany`: Coming soon...
- `toManyAdded`: Coming soon...
- `update`: Updates a node in the object graph.
- `toUpdated`: Returns a copy of the original object graph with a received node updated.
- `updateMany`: Coming soon...
- `toManyUpdated`: Coming soon...
- `remove`: Removes a node to the object graph.
- `removeMany`: Returns a copy of the original object graph with a received node removed.
- `toRemoved`: Coming soon...
- `toManyRemoved`: Coming soon...
- `toRemoved`: Returns a copy of the original object graph with a received node removed.
- `valuesOf`: Returns all values of the provided property.
- `match`: Returns all nodes that match with the provided matcher.

0 comments on commit 2441cea

Please sign in to comment.