Releases: realPy/hogosuru
v1.5.1
v1.5.0
Be carefull: The 1.5.0 introduce some breaking change in path import.
The most interesting feature is the Feature/reflection. You can now use strict tags to automatically load components
You can look some example of use here:
https://github.com/realPy/hogosuru/blob/main/htmlstruct/unmarshal_test.go
What's Changed
- Jsnumberfix by @realPy in #147
- Add StringifyObject by @realPy in #148
- Add Element.replaceChildren() by @adricorse in #149
- Feature/reflection by @realPy in #152
- Fix/redirecttooquick by @realPy in #153
- reorganise and start htmstrict and storage by @realPy in #154
Full Changelog: v1.4.0...v1.5.0
v1.4.0
v1.3.0
v1.2.0
v1.1.0
What's Changed
- Feature/url by @realPy in #125
- [refactoring] Adding GetJsValueOf function in baseobject by @adricorse in #127
- Feature/eventsource by @realPy in #128
- Use init func to help autodiscover by @realPy in #130
New Contributors
- @adricorse made their first contribution in #127
Full Changelog: v1.0.1...v1.1.0
v1.0.1
Hogosuru 1.0.0
After long hours of personal work (300 commits) , I'm glad to announce the first 1.0.0 of hogosuru.👏
The code has not changed during the last few weeks, I mainly focused on the unit testing part with the requirement to release the first stable version once all the tests have been completed. Goal reached!🥳
The example part has been moved to a dedicated repot You can take inspiration from the simple example of "websocket-tester".
Some components are already available like datatable, toaster, pagination.
Other features will soon arrive, some native to JS, others specific to hogosuru
Happy coding!
v1.0.0-rc7
v1.0.0-rc6
What's Changed
- Feature/test by @realPy in #65
- add json test by @realPy in #66
- Develop by @realPy in #67
- Unitest/fetch by @realPy in #68
- Add websocket unit test by @realPy in #70
- add unit test on map by @realPy in #72
- Feature/abortcontroller by @realPy in #73
- Feature/fetchcancelable by @realPy in #77
- correct bug by @realPy in #78
- Improve/array buffer by @realPy in #79
- Improve/array buffer by @realPy in #80
- Feature/remove internal syscall by @realPy in #88
- push develop to main by @realPy in #89
- Add init on example by @realPy in #90
- Correct missing init on example by @realPy in #91
- Develop by @realPy in #92
Full Changelog: v1.0.0-rc5...v1.0.0-rc6