Matei Adriel
67ae890717
fsharp(todolist-api): refactor: added a few random type definitions
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2020-01-02 15:42:24 +02:00
Matei Adriel
38e6717f76
fsharp(todolist-api): feat: editing todos
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2020-01-02 15:37:47 +02:00
Matei Adriel
4951b6c2ca
fsharp(todolist-api): feat: json output for the todo by id route
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2020-01-02 14:24:11 +02:00
Matei Adriel
a1043bfa40
fsharp(todolist-api): feat: route for the todo by id thing
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2020-01-02 13:49:26 +02:00
Matei Adriel
3e1615f0a2
fsharp(todolist-api): feat: query for getting todos by id
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2020-01-02 13:48:35 +02:00
Matei Adriel
973fb2c537
fsharp(todolist-api): feat: added a working SqlTypeProvider
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2020-01-02 13:24:00 +02:00
Matei Adriel
2fd9d0da2e
fsharp(todolist-api): chore: added a db
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2020-01-02 13:00:02 +02:00
Matei Adriel
bbdd130382
fsharp(todolist-api): chore: moved stuff inside the src folder
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2020-01-02 12:12:03 +02:00
Matei Adriel
22ff3a0388
fsharp(todolist-api): chore: initial setup
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2020-01-02 12:10:15 +02:00
dependabot[bot]
ec9098bee8
typescript(lunargame/api): Bump handlebars from 4.1.2 to 4.5.3
...
typescript(lunargame/api):
typescript(lunargame/api): Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.1.2 to 4.5.3.
typescript(lunargame/api): - [Release notes](https://github.com/wycats/handlebars.js/releases )
typescript(lunargame/api): - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md )
typescript(lunargame/api): - [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3 )
typescript(lunargame/api):
typescript(lunargame/api): Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-29 19:10:48 +00:00
dependabot[bot]
90fe06fe37
typescript(lunargame/api): Bump acorn from 5.7.3 to 5.7.4
...
typescript(lunargame/api):
typescript(lunargame/api): Bumps [acorn](https://github.com/acornjs/acorn ) from 5.7.3 to 5.7.4.
typescript(lunargame/api): - [Release notes](https://github.com/acornjs/acorn/releases )
typescript(lunargame/api): - [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4 )
typescript(lunargame/api):
typescript(lunargame/api): Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: prescientmoon <git@moonythm.dev>
2020-03-16 11:28:50 +00:00
Matei Adriel
744c7cf49a
typescript(loopover-leaderboards): feat: basic navbar
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-28 22:12:58 +02:00
Matei Adriel
37754f1a3f
typescript(loopover-leaderboards): feat: basic landing page
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-28 21:40:57 +02:00
Matei Adriel
4ef32c05c3
typescript(option): fix: fixed declaration containnig a bunch of anys
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-27 13:28:42 +02:00
Matei Adriel
dd0c29a340
typescript(option): build: removed unused variables from rollup config
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-26 18:17:29 +02:00
Matei Adriel
b02a3f887f
typescript(option): build: edited the rollup config to read paths from package.json and show the filesize of the esm bundle
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-26 18:13:37 +02:00
Matei Adriel
63ce76a552
typescript(option): fix: fixed lib not beeing tree-shakeable
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-26 17:19:26 +02:00
Matei Adriel
0fd6baac81
typescript(option): chore: updated readme
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-26 17:07:40 +02:00
Matei Adriel
457f1ee53e
typescript(option): feat: added the 'combine' helper
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-26 17:05:16 +02:00
Matei Adriel
08b28804e0
typescript(option): feat: added the 'values' helper
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-26 16:53:20 +02:00
Matei Adriel
bf3fc154e3
typescript(option): test: refactored tests to use alwaysX instead of constantly(x)
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-26 16:37:04 +02:00
Matei Adriel
ab5e468375
typescript(option): feat: added the 'unpack' helper
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-26 16:36:05 +02:00
Matei Adriel
cd5dc00dbd
typescript(option): docs: fixed all the comments where I called Option Maybe and None Nothing
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-26 16:28:38 +02:00
Matei Adriel
09a788f8ff
typescript(option): fix: fixed withDefaultLazy not being exported
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-26 16:23:59 +02:00
Matei Adriel
69dcaa5e91
typescript(option): refactor: refactored everything to use unwrap instead of match
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-26 16:22:10 +02:00
Matei Adriel
6dc868c5fb
typescript(option): feat: added the 'withDefaultLazy' helper
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-26 16:16:09 +02:00
Matei Adriel
6f36c3d826
typescript(option): test: wrote tests for the 'withDefault' helper
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-26 16:04:36 +02:00
Matei Adriel
089ba6148f
typescript(option): docs: wrote docs for the 'withDefault' helper
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-26 16:04:09 +02:00
Matei Adriel
668c33b9fb
typescript(option): feat: added the 'unwrap' helper
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-26 15:52:15 +02:00
Matei Adriel
5ea670e3b9
typescript(option): chore: updated tags
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-25 17:05:11 +02:00
Matei Adriel
1d2e49fb02
typescript(option): chore: proper capitalisation for typescript
...
typescript(option):
typescript(option): BlueGhost told me I'm supposed to write TypeScript, not typescript, so here I am making a commit for modifying 4 characters =)
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-25 16:52:20 +02:00
Matei Adriel
0350517b71
typescript(option): build: fixed rollup not reading tsconfig.json while emiting the declarations
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-25 16:33:05 +02:00
Matei Adriel
664a46319d
typescript(option): chore: updated readme
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-25 16:25:30 +02:00
Matei Adriel
470574fdad
typescript(option): feat: added the 'oneOf' helper
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-25 16:09:18 +02:00
Matei Adriel
6a8191cc34
typescript(option): feat: added the 'orLazy' helper
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-25 15:51:56 +02:00
Matei Adriel
a525a46bca
typescript(option): feat: added a first helper
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-25 15:40:47 +02:00
Matei Adriel
9989591593
typescript(option): feat: added an or helper
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-25 15:31:43 +02:00
Matei Adriel
cd4aba143c
typescript(option): feat: added an optionify helper
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-25 15:17:22 +02:00
Matei Adriel
aade2d23d7
typescript(option): test: wrote tests for isSome
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-25 15:07:04 +02:00
Matei Adriel
a649904d4e
typescript(option): test: wrote tests for isNone
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-25 15:06:19 +02:00
Matei Adriel
941263e82b
typescript(option): test: wrote tests for get
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-25 15:04:23 +02:00
Matei Adriel
e241784601
typescript(option): test: wrote tests for flat
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-25 15:01:44 +02:00
Matei Adriel
f8e501b876
typescript(option): test: wrote tests for filter
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-25 14:58:29 +02:00
Matei Adriel
7e2e25263c
typescript(option): ci: run tests before releasing
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-25 14:46:33 +02:00
Matei Adriel
2b681bfa7f
typescript(option): test: added tests for exists
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-23 16:11:20 +02:00
Matei Adriel
ca91cd20f8
typescript(option): chore: added lib to gitignore
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-23 16:07:00 +02:00
Matei Adriel
bf2022b56e
typescript(option): chore: WHY WASNT LIB GITIGNORED
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-23 16:06:26 +02:00
Matei Adriel
d905e05a19
typescript(option): test: added tests for count
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-23 16:05:22 +02:00
Matei Adriel
1a443ee349
typescript(option): test: added tests for bindAsync
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-23 16:01:51 +02:00
Matei Adriel
1fc2ef32e4
typescript(option): test: added tests for bind
...
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-23 15:59:19 +02:00