Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eight04 committed Mar 29, 2023
1 parent ffefaa0 commit a51ff93
Show file tree
Hide file tree
Showing 9 changed files with 59 additions and 59 deletions.
28 changes: 14 additions & 14 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The basic delta for primitive stores.

#### Defined in

[index.mts:39](https://github.com/eight04/store/blob/ef00f00/index.mts#L39)
[index.mts:39](https://github.com/eight04/store/blob/ffefaa0/index.mts#L39)

___

Expand Down Expand Up @@ -85,7 +85,7 @@ Compare two items. Returns negative if a < b, returns positive if a > b, returns

#### Defined in

[index.mts:263](https://github.com/eight04/store/blob/ef00f00/index.mts#L263)
[index.mts:263](https://github.com/eight04/store/blob/ffefaa0/index.mts#L263)

___

Expand All @@ -112,7 +112,7 @@ Delta for collection store.

#### Defined in

[index.mts:164](https://github.com/eight04/store/blob/ef00f00/index.mts#L164)
[index.mts:164](https://github.com/eight04/store/blob/ffefaa0/index.mts#L164)

___

Expand All @@ -138,7 +138,7 @@ Add, update, and remove items in a collection.

#### Defined in

[index.mts:152](https://github.com/eight04/store/blob/ef00f00/index.mts#L152)
[index.mts:152](https://github.com/eight04/store/blob/ffefaa0/index.mts#L152)

___

Expand Down Expand Up @@ -170,7 +170,7 @@ Returns the key of the item.

#### Defined in

[index.mts:147](https://github.com/eight04/store/blob/ef00f00/index.mts#L147)
[index.mts:147](https://github.com/eight04/store/blob/ffefaa0/index.mts#L147)

___

Expand All @@ -182,7 +182,7 @@ One or multiple parent stores.

#### Defined in

[index.mts:340](https://github.com/eight04/store/blob/ef00f00/index.mts#L340)
[index.mts:340](https://github.com/eight04/store/blob/ffefaa0/index.mts#L340)

___

Expand All @@ -200,7 +200,7 @@ Values of parent stores.

#### Defined in

[index.mts:342](https://github.com/eight04/store/blob/ef00f00/index.mts#L342)
[index.mts:342](https://github.com/eight04/store/blob/ffefaa0/index.mts#L342)

## Functions

Expand Down Expand Up @@ -229,7 +229,7 @@ Create a new store that counts elements from a collection.

#### Defined in

[index.mts:511](https://github.com/eight04/store/blob/ef00f00/index.mts#L511)
[index.mts:511](https://github.com/eight04/store/blob/ffefaa0/index.mts#L511)

___

Expand Down Expand Up @@ -259,7 +259,7 @@ Combine multiple stores into a new store.

#### Defined in

[index.mts:351](https://github.com/eight04/store/blob/ef00f00/index.mts#L351)
[index.mts:351](https://github.com/eight04/store/blob/ffefaa0/index.mts#L351)

___

Expand Down Expand Up @@ -290,7 +290,7 @@ Create a new store that filters items in a collection.

#### Defined in

[index.mts:388](https://github.com/eight04/store/blob/ef00f00/index.mts#L388)
[index.mts:388](https://github.com/eight04/store/blob/ffefaa0/index.mts#L388)

___

Expand Down Expand Up @@ -320,7 +320,7 @@ Create a new collection with derived items.

#### Defined in

[index.mts:573](https://github.com/eight04/store/blob/ef00f00/index.mts#L573)
[index.mts:573](https://github.com/eight04/store/blob/ffefaa0/index.mts#L573)

___

Expand Down Expand Up @@ -350,7 +350,7 @@ Reindex a collection into a new set

#### Defined in

[index.mts:631](https://github.com/eight04/store/blob/ef00f00/index.mts#L631)
[index.mts:631](https://github.com/eight04/store/blob/ffefaa0/index.mts#L631)

___

Expand All @@ -373,7 +373,7 @@ typeof `$c`

#### Defined in

[index.mts:465](https://github.com/eight04/store/blob/ef00f00/index.mts#L465)
[index.mts:465](https://github.com/eight04/store/blob/ffefaa0/index.mts#L465)

___

Expand Down Expand Up @@ -402,4 +402,4 @@ Create a new array store from a collection.

#### Defined in

[index.mts:602](https://github.com/eight04/store/blob/ef00f00/index.mts#L602)
[index.mts:602](https://github.com/eight04/store/blob/ffefaa0/index.mts#L602)
18 changes: 9 additions & 9 deletions docs/classes/ArrayStore.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ KeyedCollection&lt;Item, Array&lt;Item\&gt;\&gt;.constructor

#### Defined in

[index.mts:277](https://github.com/eight04/store/blob/ef00f00/index.mts#L277)
[index.mts:277](https://github.com/eight04/store/blob/ffefaa0/index.mts#L277)

## Properties

Expand All @@ -79,7 +79,7 @@ A key-item map.

#### Defined in

[index.mts:183](https://github.com/eight04/store/blob/ef00f00/index.mts#L183)
[index.mts:183](https://github.com/eight04/store/blob/ffefaa0/index.mts#L183)

## Methods

Expand All @@ -105,7 +105,7 @@ Add a cleanup function which will be called when the store is destroyed.

#### Defined in

[index.mts:139](https://github.com/eight04/store/blob/ef00f00/index.mts#L139)
[index.mts:139](https://github.com/eight04/store/blob/ffefaa0/index.mts#L139)

___

Expand All @@ -125,7 +125,7 @@ Clone the store.

#### Defined in

[index.mts:131](https://github.com/eight04/store/blob/ef00f00/index.mts#L131)
[index.mts:131](https://github.com/eight04/store/blob/ffefaa0/index.mts#L131)

___

Expand All @@ -147,7 +147,7 @@ This function removes event listeners attached to parent stores.

#### Defined in

[index.mts:119](https://github.com/eight04/store/blob/ef00f00/index.mts#L119)
[index.mts:119](https://github.com/eight04/store/blob/ffefaa0/index.mts#L119)

___

Expand All @@ -167,7 +167,7 @@ Get the value.

#### Defined in

[index.mts:105](https://github.com/eight04/store/blob/ef00f00/index.mts#L105)
[index.mts:105](https://github.com/eight04/store/blob/ffefaa0/index.mts#L105)

___

Expand All @@ -187,7 +187,7 @@ Get the latest delta.

#### Defined in

[index.mts:111](https://github.com/eight04/store/blob/ef00f00/index.mts#L111)
[index.mts:111](https://github.com/eight04/store/blob/ffefaa0/index.mts#L111)

___

Expand All @@ -214,7 +214,7 @@ Update the store

#### Defined in

[index.mts:80](https://github.com/eight04/store/blob/ef00f00/index.mts#L80)
[index.mts:80](https://github.com/eight04/store/blob/ffefaa0/index.mts#L80)

___

Expand All @@ -240,4 +240,4 @@ Set with an async function. You may want to use this function to update store wi

#### Defined in

[index.mts:95](https://github.com/eight04/store/blob/ef00f00/index.mts#L95)
[index.mts:95](https://github.com/eight04/store/blob/ffefaa0/index.mts#L95)
16 changes: 8 additions & 8 deletions docs/classes/KeyedCollection.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ A key-item map.

#### Defined in

[index.mts:183](https://github.com/eight04/store/blob/ef00f00/index.mts#L183)
[index.mts:183](https://github.com/eight04/store/blob/ffefaa0/index.mts#L183)

## Methods

Expand All @@ -74,7 +74,7 @@ Add a cleanup function which will be called when the store is destroyed.

#### Defined in

[index.mts:139](https://github.com/eight04/store/blob/ef00f00/index.mts#L139)
[index.mts:139](https://github.com/eight04/store/blob/ffefaa0/index.mts#L139)

___

Expand All @@ -94,7 +94,7 @@ Clone the store.

#### Defined in

[index.mts:131](https://github.com/eight04/store/blob/ef00f00/index.mts#L131)
[index.mts:131](https://github.com/eight04/store/blob/ffefaa0/index.mts#L131)

___

Expand All @@ -116,7 +116,7 @@ This function removes event listeners attached to parent stores.

#### Defined in

[index.mts:119](https://github.com/eight04/store/blob/ef00f00/index.mts#L119)
[index.mts:119](https://github.com/eight04/store/blob/ffefaa0/index.mts#L119)

___

Expand All @@ -136,7 +136,7 @@ Get the value.

#### Defined in

[index.mts:105](https://github.com/eight04/store/blob/ef00f00/index.mts#L105)
[index.mts:105](https://github.com/eight04/store/blob/ffefaa0/index.mts#L105)

___

Expand All @@ -156,7 +156,7 @@ Get the latest delta.

#### Defined in

[index.mts:111](https://github.com/eight04/store/blob/ef00f00/index.mts#L111)
[index.mts:111](https://github.com/eight04/store/blob/ffefaa0/index.mts#L111)

___

Expand All @@ -183,7 +183,7 @@ Update the store

#### Defined in

[index.mts:80](https://github.com/eight04/store/blob/ef00f00/index.mts#L80)
[index.mts:80](https://github.com/eight04/store/blob/ffefaa0/index.mts#L80)

___

Expand All @@ -209,4 +209,4 @@ Set with an async function. You may want to use this function to update store wi

#### Defined in

[index.mts:95](https://github.com/eight04/store/blob/ef00f00/index.mts#L95)
[index.mts:95](https://github.com/eight04/store/blob/ffefaa0/index.mts#L95)
18 changes: 9 additions & 9 deletions docs/classes/SetStore.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ KeyedCollection&lt;T, Set&lt;T\&gt;\&gt;.constructor

#### Defined in

[index.mts:209](https://github.com/eight04/store/blob/ef00f00/index.mts#L209)
[index.mts:209](https://github.com/eight04/store/blob/ffefaa0/index.mts#L209)

## Properties

Expand All @@ -76,7 +76,7 @@ A key-item map.

#### Defined in

[index.mts:183](https://github.com/eight04/store/blob/ef00f00/index.mts#L183)
[index.mts:183](https://github.com/eight04/store/blob/ffefaa0/index.mts#L183)

## Methods

Expand All @@ -102,7 +102,7 @@ Add a cleanup function which will be called when the store is destroyed.

#### Defined in

[index.mts:139](https://github.com/eight04/store/blob/ef00f00/index.mts#L139)
[index.mts:139](https://github.com/eight04/store/blob/ffefaa0/index.mts#L139)

___

Expand All @@ -122,7 +122,7 @@ Clone the store.

#### Defined in

[index.mts:131](https://github.com/eight04/store/blob/ef00f00/index.mts#L131)
[index.mts:131](https://github.com/eight04/store/blob/ffefaa0/index.mts#L131)

___

Expand All @@ -144,7 +144,7 @@ This function removes event listeners attached to parent stores.

#### Defined in

[index.mts:119](https://github.com/eight04/store/blob/ef00f00/index.mts#L119)
[index.mts:119](https://github.com/eight04/store/blob/ffefaa0/index.mts#L119)

___

Expand All @@ -164,7 +164,7 @@ Get the value.

#### Defined in

[index.mts:105](https://github.com/eight04/store/blob/ef00f00/index.mts#L105)
[index.mts:105](https://github.com/eight04/store/blob/ffefaa0/index.mts#L105)

___

Expand All @@ -184,7 +184,7 @@ Get the latest delta.

#### Defined in

[index.mts:111](https://github.com/eight04/store/blob/ef00f00/index.mts#L111)
[index.mts:111](https://github.com/eight04/store/blob/ffefaa0/index.mts#L111)

___

Expand All @@ -211,7 +211,7 @@ Update the store

#### Defined in

[index.mts:80](https://github.com/eight04/store/blob/ef00f00/index.mts#L80)
[index.mts:80](https://github.com/eight04/store/blob/ffefaa0/index.mts#L80)

___

Expand All @@ -237,4 +237,4 @@ Set with an async function. You may want to use this function to update store wi

#### Defined in

[index.mts:95](https://github.com/eight04/store/blob/ef00f00/index.mts#L95)
[index.mts:95](https://github.com/eight04/store/blob/ffefaa0/index.mts#L95)

0 comments on commit a51ff93

Please sign in to comment.