Closed dbartholomae closed 8 years ago
Thanks!
As mentioned in #218 I realized that there have been some additional commits as I forgot to change the branch when pushing them to my repo:
Not sure if you saw those, sorry for that. If some of them are not in your interest just tell me and I will split them out of the PR / create a reverting PR. On the other hand, if you do like them, it might make sense to bump to 2.1.0 and publish the added features to npm.
Released 2.0.11 since changes don't seem to break BC to me.
Thanks! Didn't know that codo doesn't use semver :)
@inossidabile 2.0.11 seems to be an older version
Ah. You actually described the feature in README as well... I bugged. I'm going to pull in some more changes and release 2.1. What you mean by "older version"? Older than what?
Might have been just the readme - when I installed from npm 2.0.11 didn't seem to have the changes :) But 2.1. works fine.
Hi there,
in the newer versions of CoffeeScript some of the comment nodes are placed a little bit differently (see #210). I added functionality to look for a comment at the right spot. Furthermore I added functionality for tests to work in Windows, fixed an issue with assignments of the form
a = f().b
being parsed as variable declarations and added functionality so that comments beforenew class ClassName
are used for that class. I know it's a lot for one pull request, if you are interested in integrating them I can split them up again.Best, Daniel