1
Fork 0

Commit graph

  • 9989591593
    typescript(option): feat: added an or helper Matei Adriel 2019-12-25 15:31:43 +0200
  • cd4aba143c
    typescript(option): feat: added an optionify helper Matei Adriel 2019-12-25 15:17:22 +0200
  • aade2d23d7
    typescript(option): test: wrote tests for isSome Matei Adriel 2019-12-25 15:07:04 +0200
  • a649904d4e
    typescript(option): test: wrote tests for isNone Matei Adriel 2019-12-25 15:06:19 +0200
  • 941263e82b
    typescript(option): test: wrote tests for get Matei Adriel 2019-12-25 15:04:23 +0200
  • e241784601
    typescript(option): test: wrote tests for flat Matei Adriel 2019-12-25 15:01:44 +0200
  • f8e501b876
    typescript(option): test: wrote tests for filter Matei Adriel 2019-12-25 14:58:29 +0200
  • 7e2e25263c
    typescript(option): ci: run tests before releasing Matei Adriel 2019-12-25 14:46:33 +0200
  • 2b681bfa7f
    typescript(option): test: added tests for exists Matei Adriel 2019-12-23 16:11:20 +0200
  • ca91cd20f8
    typescript(option): chore: added lib to gitignore Matei Adriel 2019-12-23 16:07:00 +0200
  • bf2022b56e
    typescript(option): chore: WHY WASNT LIB GITIGNORED Matei Adriel 2019-12-23 16:06:26 +0200
  • d905e05a19
    typescript(option): test: added tests for count Matei Adriel 2019-12-23 16:05:22 +0200
  • 1a443ee349
    typescript(option): test: added tests for bindAsync Matei Adriel 2019-12-23 16:01:51 +0200
  • 1fc2ef32e4
    typescript(option): test: added tests for bind Matei Adriel 2019-12-23 15:59:19 +0200
  • dcd55c5047
    typescript(option): fix: compL was only used once so it wasn't worth the bundle sacrifice Matei Adriel 2019-12-23 15:17:09 +0200
  • a32f62cfc6
    typescript(option): fix: fixed the type definition for count Matei Adriel 2019-12-23 15:12:48 +0200
  • 0ef7baa739
    typescript(option): refactor: now using @thi.ng/compose Matei Adriel 2019-12-23 15:08:36 +0200
  • 0abd53917b
    typescript(option): fix: fixed wrong types for bind, bindAsync, and probably other helpers as well Matei Adriel 2019-12-23 15:00:29 +0200
  • ff81096e6f
    typescript(option): refactor: rewrote Some as a typecasted identity typescript(option): typescript(option): The Some function did nothing at runtime so a typecasted identity did the job Matei Adriel 2019-12-23 14:25:10 +0200
  • 445bab939e
    typescript(option): refactor: no longer using the useless some symbol typescript(option): typescript(option): The symbol was never actually used so declaring it is good enough Matei Adriel 2019-12-23 14:24:23 +0200
  • f46ef3dbf8
    typescript(option): fix: Fixed the name of isNone typescript(option): typescript(option): Previously the name was isNothing bu isNone makes more sense typescript(option): typescript(option): BREAKING CHANGE: Changed the name of isNothing to isNone Matei Adriel 2019-12-23 14:16:32 +0200
  • d02031e416
    typescript(option): feat: readded the .toString() method on None Matei Adriel 2019-12-23 14:05:26 +0200
  • e2e085cbc3
    typescript(option): fix: fied broken brand equality Matei Adriel 2019-12-23 14:04:52 +0200
  • 729b901bc5
    typescript(option): refactor: .then(Some) looks better than async await Matei Adriel 2019-12-23 13:53:54 +0200
  • c56f734d82
    typescript(option): fix: fixed tslib not beeing installed Matei Adriel 2019-12-23 13:35:04 +0200
  • b16272a3aa
    typescript(option): feat: added a bindAsync helper Matei Adriel 2019-12-23 13:31:56 +0200
  • 9236bade0c
    typescript(option): feat: added a mapAsync helper Matei Adriel 2019-12-23 13:29:38 +0200
  • 467198921d
    typescript(option): refactor: split heplers in different files Matei Adriel 2019-12-23 13:17:51 +0200
  • d1b7740878
    typescript(option): refactor: Ditched the cusom NominalType type typescript(option): typescript(option): Instead of defining my own NominalType now I use the Brand type from typescript(option): utility types. Matei Adriel 2019-12-23 13:00:11 +0200
  • aed68688a1
    typescript(option): fix: fixed the exporting by misstake of Some and None Matei Adriel 2019-12-22 17:50:25 +0200
  • 92a5ecbca1
    typescript(option): feat: using symbols instead of plain strings Matei Adriel 2019-12-22 17:48:39 +0200
  • 6f93885507
    typescript(option): chore: fixed build process Matei Adriel 2019-12-22 17:38:10 +0200
  • 906096a5cb
    typescript(option): feat: Refactored everything to use nominal types typescript(option): typescript(option): BREAKING CHANGE: flat only works on one layer but is now strongly typed | everything uses nominal types now | match has the correct parameter order Matei Adriel 2019-12-22 15:38:16 +0200
  • db6417d871
    typescript(option): docs: fixed the fromNullable section not beeing in the table of contents Matei Adriel 2019-12-20 15:00:54 +0200
  • 7c143655ae
    typescript(option): feat: added the fromArray function to the docs Matei Adriel 2019-12-20 15:00:09 +0200
  • 15f54ea45f
    typescript(option): feat: added a fromArray helper Matei Adriel 2019-12-20 14:57:46 +0200
  • 689c746682
    typescript(option): refactor: islotated T | null in a Nullable internal type and updated the docs Matei Adriel 2019-12-20 14:54:40 +0200
  • 6bd58b46ff
    typescript(option): docs: added the docs for the fromNullable helper Matei Adriel 2019-12-20 14:46:53 +0200
  • 1f1afc0f28
    typescript(option): feat: added a fromNullable helper Matei Adriel 2019-12-20 14:44:42 +0200
  • aa18688c7a
    typescript(option): refactor: refactored iter to use always Matei Adriel 2019-12-20 14:41:13 +0200
  • 04ca5c6e00
    typescript(option): chore: fixed readme docs url Matei Adriel 2019-12-19 20:58:54 +0200
  • 64cbae4830
    typescript(option): docs: started working on the docs Matei Adriel 2019-12-19 20:42:23 +0200
  • 5c3225273c
    typescript(option): fix: fixed fold returning void Matei Adriel 2019-12-19 20:23:59 +0200
  • 1fda9e8242
    typescript(option): fix: fixed the flat helper returning a non-option value Matei Adriel 2019-12-19 15:12:01 +0200
  • c9cc0b0f22
    typescript(option): feat: added a "flat" helper Matei Adriel 2019-12-19 14:34:48 +0200
  • 17569d9417
    typescript(option): chore: explicitly set package to public Matei Adriel 2019-12-19 14:27:19 +0200
  • 4ebe549c29
    typescript(option): feat: added a withDefault hepler Matei Adriel 2019-12-19 14:20:47 +0200
  • 0458b226c7
    typescript(option): refactor: created some internal helpers to clean some of the code Matei Adriel 2019-12-19 14:17:55 +0200
  • c226f17987
    typescript(option): chore: fixed github action config... again Matei Adriel 2019-12-19 14:10:32 +0200
  • 068f6ebd50
    typescript(option): chore: added a Readme Matei Adriel 2019-12-19 14:06:56 +0200
  • 9a2ff8d174
    typescript(option): chore: changed amd namespace to Option Matei Adriel 2019-12-19 14:04:54 +0200
  • ec2964ecff
    typescript(option): chore: fixed github action config Matei Adriel 2019-12-19 14:03:26 +0200
  • 4cdd386295
    typescript(option): chore: replaced rollup-plugin-node-resolve with @rollup/plugin-node-resolve Matei Adriel 2019-12-19 14:01:33 +0200
  • 8620f4b78d
    typescript(option): chore: added semantic release Matei Adriel 2019-12-19 13:50:17 +0200
  • 1178d04079
    typescript(option): feat: custom toString method for better logging Matei Adriel 2019-12-19 13:44:39 +0200
  • b388fb76aa
    typescript(option): feat: added the base helpers Matei Adriel 2019-12-19 13:26:22 +0200
  • 052584b09a
    typescript(option): chore: initial setup Matei Adriel 2019-12-19 12:37:48 +0200
  • 377dd0430a
    fsharp(ygosim): refactor: refactored some of the tribute summoning code Matei Adriel 2019-12-18 21:31:55 +0200
  • ab4bd21306
    fsharp(ygosim): feat: tribtues are now sent to the graveyard Matei Adriel 2019-12-18 21:21:53 +0200
  • 99ff363652
    fsharp(ygosim): feat: implemented everything from tribute summoning (except tributes don't go to the graveyard yet) Matei Adriel 2019-12-16 15:01:50 +0200
  • 79726d5ac5
    fsharp(ygosim): feat: added a lot more stuff to normal summoning Matei Adriel 2019-12-15 16:21:09 +0200
  • 4b511c12d3
    fsharp(ygosim): feat: added the basic structure and lenses for the CardInstance type and a toCardInstance helper for monsters Matei Adriel 2019-12-15 15:46:36 +0200
  • e5b9ed70c6
    fsharp(ygosim): feat: added a helper to turn a list to indices and another one to check if a list contains an index Matei Adriel 2019-12-15 15:24:27 +0200
  • e6dc6097f9
    fsharp(ygosim): feat: added a helper to create a lens from an array index Matei Adriel 2019-12-15 15:20:20 +0200
  • a2243a035b
    fsharp(ygosim): feat: added a basic helper to set an element by index in a list Matei Adriel 2019-12-15 14:55:46 +0200
  • 482a5e4370
    fsharp(ygosim): fix: removed debug printfns Matei Adriel 2019-12-15 02:31:59 +0200
  • 6189917e92
    fsharp(ygosim): refactor: now using List.choose to remove a lot of complexity in the normal summoning stuff Matei Adriel 2019-12-15 02:26:52 +0200
  • 4bfc7c050a
    fsharp(ygosim): chore: added a license Matei Adriel 2019-12-15 02:18:25 +0200
  • 4b76c8f8b4
    fsharp(ygosim): chore: added myself as a contributor Matei Adriel 2019-12-15 02:17:42 +0200
  • b329f35d36
    fsharp(ygosim): chore: generated the base contributors table Matei Adriel 2019-12-15 02:07:45 +0200
  • c076154c72
    fsharp(ygosim): chore: added the all-contributors stuff Matei Adriel 2019-12-15 02:01:28 +0200
  • 9b3567b0cf
    fsharp(ygosim): chore: added a basic readme Matei Adriel 2019-12-15 01:59:35 +0200
  • 9cc3e22dbd
    fsharp(ygosim): feat: basic normal summoning zone cli input Matei Adriel 2019-12-15 01:43:45 +0200
  • d48af38573
    fsharp(ygosim): fix: covered some edge cases with tributting Matei Adriel 2019-12-15 01:30:17 +0200
  • ed384b45da
    fsharp(ygosim): feat: more work on normal summoning Matei Adriel 2019-12-13 12:00:22 +0200
  • 581bf55a93
    fsharp(ygosim): feat: started working on the normal summons Matei Adriel 2019-12-12 21:59:51 +0200
  • d29343da17
    fsharp(ygosim): feat: made sure player states are resolved Matei Adriel 2019-12-12 16:34:21 +0200
  • b3f374162e
    fsharp(ygosim): feat: finally found a good way of doing the client stuff Matei Adriel 2019-12-10 16:09:06 +0200
  • f2bca7d3f0
    fsharp(ygosim): feat: preventing more than 1 draw per turn Matei Adriel 2019-12-10 11:06:28 +0200
  • a3c4c78180
    fsharp(ygosim): feat: refactored to use lenses Matei Adriel 2019-12-09 14:20:39 +0200
  • b102cc39ec
    fsharp(ygosim): chore: added paket Matei Adriel 2019-12-09 12:11:30 +0200
  • 6ea2d71082
    fsharp(ygosim): feat: added basic effect types Matei Adriel 2019-12-09 11:44:05 +0200
  • 6e0c6dbf5b
    fsharp(ygosim): feat: deckouting Matei Adriel 2019-12-07 19:56:20 +0200
  • eab212c039
    fsharp(ygosim): feat: added the basic drawing and next-turn stuff Matei Adriel 2019-12-07 19:31:53 +0200
  • 4460715e0f
    fsharp(ygosim): feat: added a few more things to the Card type Matei Adriel 2019-12-06 12:05:22 +0200
  • 34751250ae
    fsharp(ygosim): chore: grouped the Board, Side and Player modules Matei Adriel 2019-12-06 11:51:27 +0200
  • c6689fd6fa
    fsharp(ygosim): feat: added a way of creating a new board Matei Adriel 2019-12-05 19:25:03 +0200
  • b842f8a14e
    fsharp(ygosim): feat: added a few basic files Matei Adriel 2019-12-05 19:17:05 +0200
  • 40173d0b58
    fsharp(ygosim): chore: scaffolded project Matei Adriel 2019-12-05 18:55:50 +0200
  • 5768b99435
    elm(todolist): chore: added an elmapp.config file Matei Adriel 2019-11-28 17:32:24 +0200
  • 5a8729c984
    elm(todolist): fix: hopefully fixed gh pages not beeing able to serve files Matei Adriel 2019-11-28 17:26:28 +0200
  • 98b2f7ee9f
    elm(todolist): fix: fixed gh pages not beeing able to serve files Matei Adriel 2019-11-28 17:19:32 +0200
  • 548c05df99
    elm(todolist): fix: fixed ci trying to elm install Matei Adriel 2019-11-28 17:15:34 +0200
  • 9ab4e2d079
    elm(todolist): ci: added a basic github actions config Matei Adriel 2019-11-28 17:05:32 +0200
  • 5278cf694d
    elm(todolist): feat: basic todo operations Matei Adriel 2019-11-28 16:57:45 +0200
  • 8cd06f56bd
    elm(todolist): chore: initial setup Matei Adriel 2019-11-28 15:56:39 +0200
  • 18892b03df
    typescript(loopover): 0.1.1 Matei Adriel 2019-11-25 18:19:11 +0200
  • 606d4546b0
    typescript(loopover): chore: changed descriptions, amd build namespace Matei Adriel 2019-11-25 18:19:06 +0200
  • 23e9f54b57
    typescript(loopover): ci: Added a basic github action Matei Adriel 2019-11-25 18:11:59 +0200
  • 43e657ac90
    typescript(loopover): 0.1.0 Matei Adriel 2019-11-25 18:05:09 +0200