Ferdinand Prantl
Ferdinand Prantl
I re-created the branch and squashed all commits to one.
@rafde, I updated branches in [my fork](https://github.com/prantlf/numbro) to work with the upstream develop branch. The [combined](https://github.com/prantlf/numbro/tree/combined) branch contains all three pull requests: multiple numbro instances, cloning of numbro instances and...
I re-created the branch based on #99 and squashed all commits to one.
The noConflict makes sense only in the browser. There is no support for tests running in the browser in numbro. I can introduce one - based on qunit or mocha...
It was a really good idea to write the test :-) Returning the current value worked, but restoring the previous value did not. It might be nice to have browser-based...
I'm not sure if I get to it soon. Maybe you could have a look at the [jQuery.noConflict](https://api.jquery.com/jquery.noconflict/) documentation for some samples?
Any chance of getting this merged? It is essential for building encapsulated frameworks, which can be used to write widgets for portals. If you're not sure about importance, could you...
I re-created the branch and squashed all commits to one.
Thanks for the warn words, @motin! I use only public interface of `parse` and `format`; it will depend on if v2 breaks it or not. I should like to have...
This change uses a clever way to keep compatibility with the named exports, in comparison with #8. It would allow some "deprecation time", so that people could get a friendly...