Commit graph

687 commits

Author SHA1 Message Date
Zach Daniel
3ae44d7cad improvement: honor _union_type when applying input 2024-06-06 13:58:46 -04:00
Roberts Guļāns
2a74d91618
test: unions test case for primitive subtype (#203) 2024-06-06 13:12:39 -04:00
Zach Daniel
1eba24b5d5 chore: release version v2.0.3 2024-06-05 15:18:59 -04:00
Zach Daniel
ab0e6f0ac9 fix: properly (i.e safely) encode ci strings to iodata and params 2024-06-05 15:17:40 -04:00
Zach Daniel
4e9bccb7ed fix: various union param handling fixes 2024-06-04 14:32:02 -04:00
Roberts Guļāns
98aedc8d78
Union test case extended (#202)
* test_case for nested union types

* union tests extended
2024-06-04 12:23:43 -04:00
Zach Daniel
d4833683e5 fix: properly transform nested params 2024-06-04 00:43:37 -04:00
Roberts Guļāns
ac622715bb
test_case for nested union types (#199) 2024-06-03 23:23:44 -04:00
thetechguyseth
acc376bf5f
docs: fix guide link to philosophy (#201)
Co-authored-by: thetechguyseth <sethaaronadkins@gmail.com>
2024-06-03 21:02:52 -04:00
dependabot[bot]
225c5dc458
chore(deps): bump ash from 3.0.8 to 3.0.9 (#200)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.8 to 3.0.9.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.8...v3.0.9)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-03 10:15:05 -04:00
dependabot[bot]
d21668e41f
chore(deps-dev): bump ex_doc from 0.33.0 to 0.34.0 (#198)
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.33.0 to 0.34.0.
- [Release notes](https://github.com/elixir-lang/ex_doc/releases)
- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.33.0...v0.34.0)

---
updated-dependencies:
- dependency-name: ex_doc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-31 10:13:32 -05:00
dependabot[bot]
027e4b468d
chore(deps): bump ash from 3.0.7 to 3.0.8 (#195)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.7 to 3.0.8.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.7...v3.0.8)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-29 12:00:06 -04:00
danielatdpg
e199d465b7
fix: make sure that _index is correctly updated before and after removal for sparse forms (#196) (#197) 2024-05-29 10:54:13 -04:00
Chaz Watkins
76b61ba024
Add picosat_elixir dep to install guide (#194) 2024-05-24 14:57:01 -04:00
dependabot[bot]
87f2ebeb88
chore(deps): bump ash from 3.0.4 to 3.0.7 (#193) 2024-05-24 09:37:39 -04:00
dependabot[bot]
64ebd659c3
chore(deps): bump ash from 3.0.2 to 3.0.4 (#192)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.2 to 3.0.4.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.2...v3.0.4)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-23 09:15:45 -04:00
dependabot[bot]
13081f0a5b
--- (#191)
updated-dependencies:
- dependency-name: ex_doc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-22 09:48:57 -04:00
Zach Daniel
fa26dd2a39 chore: release version v2.0.2 2024-05-22 09:45:51 -04:00
Zach Daniel
6b0676d662 fix: don't assume all embeds have a create/update action 2024-05-22 09:43:33 -04:00
Zach Daniel
917be54c54 docs: fix guide link to ash authentication
chore: add or ~> 1.0 to our dependency

closes #190
2024-05-20 07:52:43 -04:00
Zach Daniel
b80876c4b6 chore: release version v2.0.1 2024-05-17 18:08:47 -05:00
Zach Daniel
1c4d9ebd90 fix: improve union handling
improvement: support adding a form by inserting to an index
2024-05-17 18:07:52 -05:00
Zach Daniel
cd5b013114 chore: fix deps 2024-05-17 18:02:10 -05:00
dependabot[bot]
c667e22bb0
chore(deps): bump ash from 3.0.1 to 3.0.2 (#188) 2024-05-16 08:24:28 -05:00
Rebecca Le
30244db414
fix: Convert entered action names into atoms for lookup in the resource (#187) 2024-05-15 07:18:09 -04:00
dependabot[bot]
3a0b3fb87a
chore(deps): bump ash from 3.0.0 to 3.0.1 (#186)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.0 to 3.0.1.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/commits/v3.0.1)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-14 16:39:43 -04:00
Josh Price
0e59c087db
Update README to 2.0.0 2024-05-13 11:37:50 -04:00
Rebecca Le
1c9a070b26
docs: Fix typo in Getting Started guide (#184) 2024-05-12 09:31:27 -04:00
Nicholas Moen
f735561f2f
docs: fix issues with Getting Started section, and prettify markup (#183) 2024-05-12 07:15:43 -04:00
dependabot[bot]
7bc51660b5
chore(deps-dev): bump credo from 1.7.5 to 1.7.6 (#181)
Bumps [credo](https://github.com/rrrene/credo) from 1.7.5 to 1.7.6.
- [Release notes](https://github.com/rrrene/credo/releases)
- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rrrene/credo/compare/v1.7.5...v1.7.6)

---
updated-dependencies:
- dependency-name: credo
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-11 02:05:39 -04:00
Zach Daniel
5e9a026fea chore: fix version number 2024-05-10 17:36:02 -04:00
Zach Daniel
88c3162a65 chore: fix ex_doc option 2024-05-10 17:35:23 -04:00
Zach Daniel
1861e2f405 chore: release version 2.0.0 2024-05-10 17:35:03 -04:00
Zach Daniel
6338f44580 chore: fix ex_doc dependency 2024-05-08 20:38:22 -04:00
Zach Daniel
7f975fa0d8 docs: revamp changelog 2024-05-08 18:56:36 -04:00
dependabot[bot]
b8b417abac
chore(deps): bump ash from 3.0.0-rc.45 to 3.0.0-rc.46 (#180) 2024-05-07 12:03:15 -04:00
dependabot[bot]
8e0584f15c
chore(deps): bump ash from 3.0.0-rc.41 to 3.0.0-rc.45 (#179)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.0-rc.41 to 3.0.0-rc.45.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.0-rc.41...v3.0.0-rc.45)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-06 09:03:04 -04:00
dependabot[bot]
e49b987760
chore(deps): bump ash from 3.0.0-rc.40 to 3.0.0-rc.41 (#178)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.0-rc.40 to 3.0.0-rc.41.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.0-rc.40...v3.0.0-rc.41)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-03 10:56:16 -04:00
dependabot[bot]
20935dee8b
chore(deps): bump ash from 3.0.0-rc.39 to 3.0.0-rc.40 (#176) 2024-05-02 08:53:47 -04:00
Zach Daniel
2ab60fbbbc chore: fix mix task links 2024-05-01 16:48:51 -04:00
Josh Price
159f1376d6
docs: improve install instructions in README 2024-05-01 16:47:24 -04:00
Zach Daniel
203b8cfa10 chore: update ash_phoenix deps 2024-05-01 16:22:16 -04:00
Josh Price
be0b4cd05e docs: fix capitalisation 2024-05-01 16:20:09 -04:00
Zach Daniel
2200c90f86 chore: fix typo 2024-05-01 15:31:01 -04:00
Zach Daniel
c2334853b9 docs: overhaul docs 2024-05-01 15:25:16 -04:00
Zach Daniel
2b1e2bb7ac fix: various fixes around union forms
docs: add documentation for union forms

closes #173
closes #174
2024-04-30 13:37:38 -04:00
dependabot[bot]
c8326d772a
chore(deps): bump ash from 3.0.0-rc.31 to 3.0.0-rc.38 (#172) 2024-04-29 20:39:26 -04:00
Zach Daniel
453c96baa9 chore: release version v2.0.0-rc.8 2024-04-29 20:23:15 -04:00
Zach Daniel
38e9f89a7e fix: don't use public_attributes?, check for all accepted attributes
fix: show proper error message for accepted/non accepted missing forms

fixes #170
2024-04-29 20:21:11 -04:00
dependabot[bot]
a047e5dddc
chore(deps): bump ash from 3.0.0-rc.29 to 3.0.0-rc.31 (#169) 2024-04-26 09:07:01 -04:00