1.1.0¶ ↑
-
Major enhancements:
-
Update dependencies
-
Changes fixtures to new HTML layout
-
-
Bug fixes:
-
Fix undefined method `content' for nil:NilClass
-
1.0.0¶ ↑
-
Major enhancements:
-
Change `–list` flag to the `–all` flag for more clarity.
-
Deprecate `–list` flag.
-
Remove query from
Urban::Web
replace with random and search. -
Add `url` flag to print the url of the definition.
-
Remove deperecated `–list` and `-l` flags.
-
Remove official support for Ruby 1.8.6.
-
-
Minor enhancements:
-
Add this history file.
-
Add
Urban::Web#fetch
for fetching pages from urban dictionary. -
Add examples to help.
-
Remove require 'rubygems' from program and lib.
-
Test now only stubs singleton instead of class.
-
Use ~> instead of >= on dependencies.
-
Replace OpenStruct in
Urban::Dictionary
with plain Struct. -
Move Nokogiri call to Dictionary#process.
-
-
Bug fixs:
-
Passing -v or –version no longer prints help.
-
Undefined words now show a clean error.
-
No internet connection now shows a clean error.
-
Invalid options now show a clean error.
-
Undefined words now show a cleaner error. This was apparently not fixed in the prior release.
-