Releases: iFaceless/portal
Releases · iFaceless/portal
extract filter by field alias.
v0.5.1 🐛 fix: find filters by field alias
add timestamp field
v0.5.0 ✨ feat: add timestamp field
filter fields by aliases.
v0.4.0 ✨ feat: support field alias
fix convertion: struct -> *struct.
v0.3.1 🐛 fix: get value from struct
Refactor some methods.
- Use
sync.Map
to replacemap
type. - Change some methods to private ones.
Add a global worker pool to dump concurrently.
v0.2.0 📝 docs: add core apis
Release v0.1.0
Update README.md
Complex filter string are supported.
v0.1.0-beta.1 📝 docs: update readme
Release an alpha version
- Core APIs are freezed.
- Most of core features are implemented.
- Support simple concurrent policy.