Releases: LiterateInk/Crowous
Releases · LiterateInk/Crowous
js v1.3.0
Feature
Adds housing()
API handler.
feat(api): add housing (8773ad5)
js v1.2.0
Features
This release adds two functions : onlineServices()
and news()
.
feat(api): add online-services
(733f235)
docs(examples): news (eb62f2b)
feat(api): add news()
(4c606a3)
feat(core): add an XML parser (ac4fb85)
kotlin v1.1.0
chore: release v1.1.0 (d440f72)
refactor: move to a fqdn package (f464ba1)
chore(build): use template string instead of concat (e68267e)
kotlin v1.0.0
First release for the Kotlin implementation !
js v1.1.2
- fix(api): make
feeds
arrow function (02ecffc)
- fix(models): make properties all readonly (ddaf00b)
js v1.1.1
- Bump utilities package
- Treeshaking !
This release introduces no breaking changes nor new feature, it simply adds a bunch of optimizations for tree-shaking.
js v1.1.0
Breaking
Refactor to match LiterateInk v1 libraries structure.
- No more classes and methods in the classes.
- Global
isRestaurantOpen
and meals
functions to do what the Restaurant
class was able to do.
restaurants
and feeds
functions directly
rust v1.0.1
Skipped 1.0.0 for issues with release tools.
First major release for the Rust implementation of Crowous !
Mostly based on the JS/TS implementation.
js v1.0.0
- chore(pkg): prepare for release (44d658e)
- fix(tsconfig): use bundler and target esnext (5ce3666)
- chore: add leading slash in gitignore (314ae86)
- chore(pkg): proper authors and license (544d9ce)
- chore: add exports (204547f)
- refactor: rewrite every models to have model/api/translator (a187645)
- refactor: use build/parse <=> services structure (dfb7e34)