8000 Tags · codedge-llc/scribe · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: codedge-llc/scribe

Tags

v0.11.0

Toggle v0.11.0's commit message
8000

Verified

This commit was signed with the committer’s verified signature.
hpopp Henry Popp
chore: update README

v0.10.0

Toggle v0.10.0's commit message
chore: update CHANGELOG and README

v0.9.0

Toggle v0.9.0's commit message
feat: added `NoBorder` style

v0.8.2

Toggle v0.8.2's commit message
fix: elixir 1.8 support

v0.8.1

Toggle v0.8.1's commit message
ci: add elixir 1.7 runner

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: :compile_auto_inspect and :auto_inspect options (#8)

* feat: :compile_auto_inspect and :auto_inspect options

If the first is false, inspect overrides will not be compiled. If
compiled and the second is false, inspect override will not be triggered
until it is set to true.

Would like to hook into inspect opts with `scribe: false` but opts are
always passed as a struct. Perhaps might use `pretty: false` instead.

* chore: prepared for v0.8.0 release

* fix: minor fixes in README

* fix: only import if compile_auto_inspect?

Removes unused import warnings when you aren't compiling the feature.

* fix: disabled warnings entirely

v0.7.0

Toggle v0.7.0's commit message
fix: remove compile warnings

0