Releases: lilnouns/lilnouns-bots
Releases · lilnouns/lilnouns-bots
v1.0.0-alpha.17
Miscellaneous Tasks
- Update deployment command in GitHub Actions
v1.0.0-alpha.16
Refactor
- Remove HTML parsing from property description
Miscellaneous Tasks
- Update wrangler dev command in
package.json
v1.0.0-alpha.9
Refactor
- Update Cache struct to hold KvStore directly
- Update DiscordHandler and GraphQLFetcher to remove lifetime notations
Miscellaneous Tasks
- Move secret environment variables to deploy workflow
- Add PNPM dependencies maintenance to dependabot
- Optimize worker-build installation in GitHub workflows
v1.0.0-alpha.8
Bug Fixes
- Replace incorrect field mapping in Prop House comment model
Refactor
- Remove caching system from project
- Update fetcher functions to use worker env
- Update fetcher to use GraphQLFetcher struct
- Add caching functionality to enhance performance
- Move code into
lib.rs
for modularity and error handling - Update caching and fetching mechanism
- Update the
pnpm-lock.yaml
andCargo.lock
files - Update DiscordHandler to use a custom in-memory cache system
- Update formatting and date variable in prop handlers
Miscellaneous Tasks
- Add
package.json
for LilNouns bots project - Add
wrangler.toml
configuration for deployment - Add
wasm-pack
and additional dependencies inCargo.toml
- Add
node_modules
to.gitignore
- Update
package.json
for deployment and development - Add
wasm32
target to Cargo configuration - Update and rearrange dependencies
- Update
dev
script inpackage.json
- Add
.wrangler
to.gitignore
- Update build process in GitHub Actions workflow
- Update build command in GitHub Actions workflow
- Add deployment workflow for GitHub Actions
v1.0.0-alpha.15
Refactor
- Update
kv_namespaces
configuration inwrangler.toml
v1.0.0-alpha.14
Refactor
- Improve error handling and logging in fetchers
- Add debug logging to cache operations
Miscellaneous Tasks
- Update
build
command inwrangler.toml
- Add new kv_namespace to wrangler.toml
v1.0.0-alpha.13
Miscellaneous Tasks
- Move
kv_namespaces
toenv.dev
inwrangler.toml
v1.0.0-alpha.12
Refactor
- Update key names for prop lot and prop house setup
- Improve cache handling for ideas, votes, comments
- Add info logs in Prop Lot and Prop House setup checks
- Update caching strategy in prop house handler
- Update to fetch all ideas in vote and comment handlers
- Improve caching and fetching logic in prop house module
- Improve logging for fetch and handler operations
- Add logging to DiscordHandler operations
- Update data type in prop lot module
Miscellaneous Tasks
- Add
dev
environment inwrangler.toml
- Remove redundant worker-build steps from deploy workflow
- Update API token reference in deployment workflow
- Add KV namespace binding to wrangler.toml
v1.0.0-alpha.11
Miscellaneous Tasks
- Update deployment settings in GitHub Actions
- Add cron
triggers
towrangler.toml
v1.0.0-alpha.10
Refactor
- Improve error handling for Prop Lot and Prop House setup
Miscellaneous Tasks
- Update triggers for Deploy & Publish Workflow