Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

list of breaking changes for 0.3.0 #36

Closed
mattfenwick opened this issue Sep 26, 2016 · 1 comment
Closed

list of breaking changes for 0.3.0 #36

mattfenwick opened this issue Sep 26, 2016 · 1 comment

Comments

@mattfenwick
Copy link
Owner

mattfenwick commented Sep 26, 2016

New:

Breaking changes:

Not going to do:

  • Itemizer.string no longer presents its argument as the value: it goes with what seq does:
     // Eq t => [t] -> Parser e s (m t) [t] 
     function string(elems) {
-        // this allows a string to be passed in
-        var matcher = seq(Array.from(elems).map(literal));
-        return seq2R(matcher, pure(elems));
+        return seq(Array.from(elems).map(literal));
     }
@mattfenwick mattfenwick changed the title list of breaking changes for next version list of breaking changes for 0.3.0 Oct 15, 2016
@mattfenwick
Copy link
Owner Author

Moved here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant