Skip to content

v0.1.0

Compare
Choose a tag to compare
@Cian911 Cian911 released this 31 Dec 19:46
· 252 commits to master since this release
1342b93

Changelog

New Features

  • 7f5d8b4: CMD: Move watch file into its own cli package. (@Cian911)
  • c25084f: EVENT: Add New() method. This inits and returns a new Event (@Cian911)
  • 1f5eaa4: EVENT: Add check to determine is path is actually a directory. (@Cian911)
  • dab560a: EVENT: Rename event files. Add structure to generated events. (@Cian911)
  • 5f9b377: EVENT: Update Move() method with path arg (@Cian911)
  • 93baf23: EVENT: Update Move() to take additional file arg. (@Cian911)
  • de4b56c: UTILS: Add ScanFilesInDir() method which will scan for files in a directory. (@Cian911)
  • 888ac64: UTILS: Add absolute paths (@Cian911)
  • 3968b78: UTILS: Add build support for arm (@Cian911)
  • 25b8adb: UTILS: Add more test helpers. Add govet & golint helpers. (@Cian911)
  • d4af193: UTILS: Add utility pkg for helper functions. (@Cian911)
  • e7a9d48: UTILS: Trim filename to avoid quotation errors in determining file ext. Add IsDir() function. (@Cian911)
  • df43c5a: UTILS: Update specs for utils. (@Cian911)
  • 4c8d669: WATCHER: Add functionality to process directory events containing valid files. (@Cian911)
  • 0fc9637: WATCHER: Add watcher if event is a new dir in watched path. (@Cian911)
  • 43d4cfd: WATCHER: Build out consumer receive & process functions using new Event (@Cian911)
  • 513235e: WATCHER: Move print statement. (@Cian911)
  • fa1bd6f: WATCHER: Process Dir events first - update tests to add cases for dir events. (@Cian911)

Fixes

  • da240aa: CHORE: Add gitignore and sample yaml configuration file. (@Cian911)
  • e26c2ee: EXAMPLES: Add examples directory. Initially containing systemd example. (@Cian911)

Workflow Updates

Other things