# @aphro/integration-tests-ts

## 0.4.3

### Patch Changes

- Export queries and specs, move connectors to own packages, fix #43 and other bugs
- Updated dependencies
  - @aphro/sqlite3-connector@0.3.2
  - @aphro/integration-tests-shared@0.0.2
  - @aphro/runtime-ts@0.3.8

## 0.4.2

### Patch Changes

- transaction support
- Updated dependencies
  - @aphro/sqlite3-connector@0.3.1
  - @aphro/runtime-ts@0.3.7

## 0.4.1

### Patch Changes

- fix duplicative mutation imports, incorrect tracking of mounted state in react

## 0.4.0

### Minor Changes

- depend on `runtime-ts` to fix pkg mismatches, convenience mutations, named mutations replace unnmaed mutations
- depend on `runtime-ts` to prevent pkg version mismatch, convenience `mutatations` accessor

### Patch Changes

- @aphro/runtime-ts@0.3.6

## 0.3.6

### Patch Changes

- Strict mode for typescript, useEffect vs useSyncExternalStore, useLiveResult hook
- Updated dependencies
  - @aphro/runtime-ts@0.3.5

## 0.3.5

### Patch Changes

- rebuild -- last publish had a clobbered version of pnpm
- Updated dependencies
  - @aphro/runtime-ts@0.3.4

## 0.3.4

### Patch Changes

- explicit type on `gen` due to prior change (#43)

## 0.3.3

### Patch Changes

- workaround to adhere to strict mode in generated code #43
- Updated dependencies
  - @aphro/runtime-ts@0.3.3

## 0.3.2

### Patch Changes

- auto-create ids if not provided on create
  - @aphro/runtime-ts@0.3.2

## 0.3.1

### Patch Changes

- generate bootstrapping utilities
- Updated dependencies
  - @aphro/runtime-ts@0.3.1

## 0.3.0

### Minor Changes

- Simplify manual files, change output dir for generated code, allow caching in live queries, simplify 1 to 1 edge fetches

### Patch Changes

- Updated dependencies
  - @aphro/runtime-ts@0.3.0

## 0.2.0

### Minor Changes

- simplify mutations, simplify hooks

### Patch Changes

- @aphro/runtime-ts@0.1.11

## 0.1.10

### Patch Changes

- Updated dependencies
  - @aphro/runtime-ts@0.1.10

## 0.1.9

### Patch Changes

- update dependency on strut/utils, enable manual methods for models
- Updated dependencies
  - @aphro/runtime-ts@0.1.9

## 0.1.8

### Patch Changes

- enable nested collections of nodes
  - @aphro/runtime-ts@0.1.8

## 0.1.7

### Patch Changes

- allow ephemeral nodes. allow type expressions for fields.
- Updated dependencies
  - @aphro/runtime-ts@0.1.7

## 0.1.6

### Patch Changes

- in-memory model support
- Updated dependencies
  - @aphro/runtime-ts@0.1.6

## 0.1.5

### Patch Changes

- @aphro/runtime-ts@0.1.5

## 0.1.4

### Patch Changes

- Fix filters for mulit-hop, fix order-by, enable partial string matching filters
  - @aphro/runtime-ts@0.1.4

## 0.1.3

### Patch Changes

- enable reactivity via generators if desired, add better postgres support and bugfixes for mealfave
  - @aphro/runtime-ts@0.1.3

## 0.1.2

### Patch Changes

- use build-stable type identifiers
  - @aphro/runtime-ts@0.1.2

## 0.1.1

### Patch Changes

- Cache de-dupes on type name rather than just id -- enables non globally unique ids
  - @aphro/runtime-ts@0.1.1

## 0.1.0

### Minor Changes

- Support for standalone / junction edges

### Patch Changes

- Updated dependencies
  - @aphro/runtime-ts@0.1.0

## 0.0.13

### Patch Changes

- count/orderBy/take implementation, support for NOT NULL, empty queries
- Updated dependencies
  - @aphro/runtime-ts@0.0.8

## 0.0.12

### Patch Changes

- Fix casing errors on filesystem
- Updated dependencies
  - @aphro/runtime-ts@0.0.7

## 0.0.11

### Patch Changes

- graphql support, 'create table if not exists' for easier bootstrapping, @databases connection support
- Updated dependencies
  - @strut/utils@0.0.9
  - @aphro/runtime-ts@0.0.6

## 0.0.10

### Patch Changes

- full todomvc example, no partiall generated mutators, removal of knexjs
- Updated dependencies
  - @strut/utils@0.0.8
  - @aphro/runtime-ts@0.0.5

## 0.0.9

### Patch Changes

- lazily reference destinations of edges (allows for circular edges)

## 0.0.8

### Patch Changes

- @aphro/runtime-ts@0.0.4

## 0.0.7

### Patch Changes

- enable running in the browser, implement reactive queries
- Updated dependencies
  - @strut/utils@0.0.7
  - @aphro/runtime-ts@0.0.3

## 0.0.6

### Patch Changes

- Simplify interactions with changesets, get basic hop queries working
- Updated dependencies
  - @strut/utils@0.0.6
  - @aphro/runtime-ts@0.0.2
