Skip to content

0.10.0.0

Compare
Choose a tag to compare
@srid srid released this 08 May 20:51
· 38 commits to master since this release
  • API
    • Dropped path and path-io in favour of good ol' FilePath
      • This also lifts the restriction with absolute paths
  • Misc changes
    • #145: CLI arguments have been revamped
      • serve subcommand is replaced by the options -wS.
      • Added --input-dir/--output-dir to override these paths
      • Accept host string in addition to port number
      • Exposed Rib.Shake.getCliConfig to get full CLI configuration
      • Allow customizing fsnotify ignore list
    • #141: Allow quiet logging (useful when rib is used as a library)