Commit Graph

64 Commits

Author SHA1 Message Date
Mark Eibes
148d006c28 Rename 2022-11-01 20:42:23 +01:00
Mark Eibes
c03ba4c977 v0.0.0 → v1.0.0 2022-11-01 20:41:56 +01:00
Mark Eibes
06b3db57fe Bower 2022-11-01 20:41:34 +01:00
Mark Eibes
3b50f704b2 Update README and drop lists dep 2022-08-29 12:59:38 +02:00
Mark Eibes
edbc26333e Back Trees by Arrays 2022-08-29 12:40:04 +02:00
Jordan Martinez
8c63cbedbf Fix spago and bower url 2022-02-15 08:30:21 -06:00
Jordan Martinez
f7a5363c5f Fix bower and spago file 2022-02-15 08:29:32 -06:00
Jordan Martinez
d2e69030c0 Update version to 4 2022-02-15 08:27:35 -06:00
Jordan Martinez
de3c14d0ae Update version to 3.0.0 2022-02-15 08:24:32 -06:00
Jordan Martinez
d2444a60ea Update bower file 2022-02-15 08:24:04 -06:00
Jordan Martinez
0e75cfa319 Drop spago.dhall comments 2022-02-15 08:20:11 -06:00
Jordan Martinez
0285d31f84 Fix compiler warnings 2022-02-15 08:19:54 -06:00
Jordan Martinez
0c5d7db714 Run purs-tidy; switch to do-let 2022-02-15 08:16:14 -06:00
Jordan Martinez
2ec518404c Add transitive deps to fix Spago error 2022-02-15 08:14:39 -06:00
Jordan Martinez
8d7981b0d3 packages.dhall: update; drop comments 2022-02-15 08:14:27 -06:00
Jordan Martinez
88a91c54a1 Fix bower.json registry url 2022-02-14 09:47:35 -06:00
Jordan Martinez
821201392c Fix bower file 2022-02-14 09:19:48 -06:00
Jordan Martinez
8b1a67f7ab Port library guide over from my PS reference repo 2021-02-12 18:02:11 -08:00
Jordan Martinez
0a8ad4d5bb Fix CI: use test.dhall file, not spago.dhall 2020-05-20 18:11:18 -07:00
Jordan Martinez
c78d3aca41 Update spago.dhall to include license and repository info 2020-05-20 18:10:37 -07:00
Jordan Martinez
c899c23326 Update CI to use Spago as dependency manager and build tool 2020-05-20 18:07:49 -07:00
Jordan Martinez
c0a2466ddf Fix CI bulid status badge 2020-05-20 18:07:12 -07:00
Jordan Martinez
36a4bf6a13 Indicate differences between this repo and original repo
I uploaded this code as a new repo rather than forking from original one 
because if the original author deletes his repo, it will also mess with 
the forked repo. Removing the forked status prevents this from 
occurring.
2020-05-20 18:03:03 -07:00
Jordan Martinez
f0b8703eac Update bower.json to use new unique name; update ReadMe 2020-05-20 18:01:17 -07:00
Jordan Martinez
ae3144e636 Update bower.json file's dependencies and repo 2020-05-20 17:56:02 -07:00
Jordan Martinez
f00f936218 Update Spec tests to run in Aff 2020-05-20 17:54:10 -07:00
Jordan Martinez
f5f7c7f8bc Split source and test source globs and dependencies into two dhall files 2020-05-20 17:54:00 -07:00
Jordan Martinez
84ca5de817 Update package set to latest one 2020-05-20 17:50:24 -07:00
Jordan Martinez
afd8a76203 Add MIT license and credit Daniel Fortes for his work 2020-05-20 17:49:30 -07:00
Jordan Martinez
e0a3a4f946 Use more idiomatic record updating code to show developer intent better 2019-04-20 08:22:03 -07:00
Jordan Martinez
fe7a3580b1 Implement lastChild without intermediate Loc value 2019-04-20 08:21:11 -07:00
Jordan Martinez
d03ff5d586 Update docs on how to access parts of Tree; Clarify what Forest means 2019-04-19 18:09:51 -07:00
Jordan Martinez
c9cfe826bb Fix bug in first 2019-04-19 18:07:31 -07:00
Jordan Martinez
510d1e19a7 Use more idiomatic code for updating records; use Maybe's 'do notation' 2019-04-19 18:05:15 -07:00
Jordan Martinez
4f246a0a66 Add 'showForest' and 'drawForest' functions 2019-04-17 20:21:15 -07:00
Jordan Martinez
bce8f4fcc8 Fix bug with last: current node is not accidentally deleted 2019-03-27 18:00:14 -07:00
Jordan Martinez
4c37646276 Add test that fails when using lastChild and insertAfter 2019-03-27 17:50:19 -07:00
Jordan Martinez
935b0e42c4 convert project into Spago project 2019-03-27 17:50:01 -07:00
Dustin Whitney
e693059083 renamed some params using the Forest type alias instead of it's full expanded type 2018-06-19 09:44:44 -04:00
Dustin Whitney
c242a176e4 upgraded to purescript 0.12 2018-06-18 23:26:56 -04:00
Dustin Whitney
591a7d4f58 got rid of the warnings 2018-05-21 10:15:22 -04:00
Dustin Whitney
3dc610dfa6 fixed a bug finding some nodes and added some find functions that take predicates 2018-01-16 18:54:09 -05:00
Daniel Fortes
3480a95c93 v1.3.2 2018-01-11 10:17:29 +01:00
Daniel Fortes
9cf8157b70
Merge pull request #3 from safareli/patch-1
fix ShadowedName before and after
2017-12-14 10:46:56 -02:00
Irakli Safareli
e5a90dbad2
fix ShadowedName before and after 2017-12-14 13:30:08 +01:00
Daniel Fortes
f646f83353 Merge pull request #2 from thoradam/master
Remove redundant Data.Generic imports, fixes #1
2017-09-16 20:44:45 -03:00
Thor Adam
7186053ed2
Remove redundant Data.Generic imports, fixes #1 2017-09-16 23:10:21 +00:00
Daniel Fortes
fd8bd3f88e v1.3.1 2017-09-08 22:53:00 -03:00
Daniel Fortes
dc80eea316 Changed to a Cofree based Tree type. 2017-09-08 22:52:30 -03:00
Daniel Fortes
4258c53d86 v1.3.0 2017-09-08 22:51:17 -03:00