vendor/node_modules/wisp/History.md in ruby-wisp-source-0.7.0 vs vendor/node_modules/wisp/History.md in ruby-wisp-source-0.8.0

- old
+ new

@@ -1,6 +1,18 @@ # History +## 0.7.1 + + - Implement `assoc` function. + - Make `:use` form for imports obsolete by extending `:require`. + +## 0.7.0 + + - Migrate to imports via clojure compatible `ns` form instead custom + `import` forms used previously. + - Factor out interactive try tool into seperate project: + https://github.com/Gozala/try-wisp + ## 0.6.7 - Implement `repeat` function that is similar to clojure's but is not lazy and only supports finite options. - Implement `(print foo bar)` function & macro that serves as a