v2.2.0
What's Changed
Minor changes
- Add Status Dashboard by @marvinruder in #379
- Update sidebar logo layout
- Run linting and type checking in CI
- Remove obsolete
.js
from import statements - Fix API Error class name
Tweaks and fixes
- Fix esbuild-related issues by @marvinruder in #371
- Fix minify errors by @marvinruder in #375
- Do not keep names
- Do not minify
- Parse Node.js bundle in build process
- Do not build
commons
package separately
- Improve performance of fetchers by @marvinruder in #376
- Store Last Fetch date for premium S&P stocks
- Use Axios to fetch from Refinitiv
- Do not prune builder cache by @marvinruder in #380
- Remove Docker-in-Docker-related code by @marvinruder in #382
- Simplify PostgreSQL schema initialization
- Use
host.docker.internal
for referencing Docker host
Full Changelog: v2.1.8...v2.2.0