Skip to content

Releases: orangecoloured/analog

v0.1.4

16 Jan 15:52
91bde66

Choose a tag to compare

Render empty row items on start.

v0.1.3

16 Jan 10:41
bb071a1

Choose a tag to compare

Added kind of virtualisation to the list rendering logic, to avoid massive lagging with huge datasets.

v0.1.2

12 Jul 13:07
28f6e88

Choose a tag to compare

Added SQLite adapter

v0.1.1

25 Jun 18:52
2757dde

Choose a tag to compare

Fixed paginated data merge.

v0.1.0

24 Jun 15:09
00999f5

Choose a tag to compare

  • fixed the docker build
  • fixed the database adapters initialisation

v0.0.6

18 Jun 22:20
d7c662f

Choose a tag to compare

Added MongoDB adapter.

v0.0.5

17 Jun 22:01
cd8eb1d

Choose a tag to compare

Added PostgreSQL adapter.

v0.0.4

17 Jun 07:38
407013b

Choose a tag to compare

Added the progress indication. The fetching process is slow with serverless functions, so it's good to understand if it's not stuck and actually loading.

v0.0.3

16 Jun 20:56
9b9b319

Choose a tag to compare

Fixed the clean up function scheduled run. Netlify call started to time out for the same reason as the GET call. I moved the clean up run to be run along with the fetching data call.

v0.0.2

15 Jun 00:16
b0a227a

Choose a tag to compare

Updated the data to be fetched sequentially, so it doesn't use too much memory on the server side. Netlify function started to time out, when more data got aggregated.

Added two new environment variables for better tweaking.