GULPF / nimquery

Nim library for querying HTML using CSS-selectors (like JavaScripts document.querySelector)
MIT License
134 stars 8 forks source link

Remove `typed` from templates #6

Closed zedeus closed 5 years ago

zedeus commented 5 years ago

Fixes this warning when running tests:

Warning: `typed` will change its meaning in future versions of Nim. `void` or no return type declaration at all has the same meaning as the current meaning of `typed` as return type declaration. [Deprecated]

Also bumped the version number.

GULPF commented 5 years ago

Thank you. I patched it manually as I wanted to do some more cleanup before bumping the version.