Antonio Stoilkov
Antonio Stoilkov
Add Nota
### Types of Changes **What types of changes does your PR introduce?** Put an x in all boxes that apply * [x] New addition to list * [ ] Fixing...
https://github.com/astoilkov/jsblocks
Like [purdy](https://www.npmjs.com/package/purdy?utm_source=javascriptweekly&utm_medium=email) but with support in the browser.
`console.message` should be installable through `npm install console.message` and should fallback to printing colors in the Terminal(Mac) and Command Prompt(Windows).
jsvalue - the built-in utility methods in jsblocks are having more problems than solving ones. The best option is to remove the utility methods by default and release it as...
As discussed in https://github.com/astoilkov/jsblocks/issues/92
As per suggestion: https://github.com/astoilkov/jsblocks/issues/58
Currently if you call sync on Model or Collection that have deeply nested Model or Collection inside this will throw an error when `JSON.stringify` is executed.
The current ones are `{{` and `}}`. The idea is to have mechanism to change those so you can't avoid collisions with other frameworks.
Currently, I have added only two priorities to the library — `background` and `user-visible`. I feel this won't be enough. However, I can't imagine all the use cases the library...