* Updated README
* Added retryDuration to ServerSentEventGenerator
* Added options to readme
* Moved core sdk to submodule
* Moved core sdk to submodule
* Added more explanations to readme
* Fixed java directory structure in build/run.go
* Can .value be removed?
Fixes#428
* get dialog working
* add } to terminators
* Add fujs.svg
* whackamole
* sigh
* recursive regex tag template literals, lol
* Regex example
* (jacks|lack|of|complete|surprise)
* persist fixed
* fix current regex example
* current state
* Update all examples
* regex version of signals, actions and escapement
* Fix Go examples
* fix templates
* Add `@` to actions in examples
* Revert `.Value`
* frontpage
* all test pass
* move to @get/post/put/patch/delete
* Fix up docs and examples
* Add true client size to readme
* Add v1.0.0-beta.1 release notes
* @ → $
* Add space
* Fix more docs and examples
* missed files in merge
---------
Co-authored-by: Ben Croker <ben@putyourlightson.com>
- Rewrite the entire API to leverage JDK 17 features and implement a fluent API design.
- Updated the minimal JDK version requirement to 17.
- Temporarily removed examples as they are not yet aligned with the new API.
BREAKING CHANGE: The API has been completely redesigned and requires JDK 17 or higher.
BREAKING CHANGE: Previous examples and usages are no longer compatible.