Skip to content

Releases: iFaceless/portal

extract filter by field alias.

08 Oct 11:30
Compare
Choose a tag to compare
v0.5.1

🐛 fix: find filters by field alias

add timestamp field

08 Oct 10:02
Compare
Choose a tag to compare
v0.5.0

✨ feat: add timestamp field

filter fields by aliases.

08 Oct 08:02
Compare
Choose a tag to compare
v0.4.0

✨ feat: support field alias

fix convertion: struct -> *struct.

08 Oct 06:42
Compare
Choose a tag to compare
v0.3.1

🐛 fix: get value from struct

Refactor some methods.

08 Oct 04:47
Compare
Choose a tag to compare
  1. Use sync.Map to replace map type.
  2. Change some methods to private ones.

Add a global worker pool to dump concurrently.

06 Oct 15:14
Compare
Choose a tag to compare
v0.2.0

📝 docs: add core apis

Release v0.1.0

05 Oct 05:29
30be799
Compare
Choose a tag to compare
Update README.md

Complex filter string are supported.

05 Oct 00:45
Compare
Choose a tag to compare
Pre-release
v0.1.0-beta.1

📝 docs: update readme

Release an alpha version

29 Sep 02:36
Compare
Choose a tag to compare
Pre-release
  • Core APIs are freezed.
  • Most of core features are implemented.
  • Support simple concurrent policy.