- Added configurable parameter_regex to customize keyword pattern
- Changed @directives from Hash to an Array
- Fixed keywords not being substituted in directives
- Add "//directives param(s)" with keywords just like the prompt text.
- Added example of using the
search_proc
config parameter with the FileSystemAdapter.
- The ActiveRecordAdapter is passing its unit tests
- Dropped the concept of an sqlite3 adapter since active record can be used to access sqlite3 databases as well as the big boys.
- Breaking change The value of the parameters Hash for a keyword is now an Array instead of a single value. The last value in the Array is always the most recent value used for the given keyword. This was done to support the use of a Readline::History object editing in the aia CLI tool
- Breaking change to FileSystemAdapter config process
- added list and path as extra methods in FileSystemAdapter
- Initial release using the FileSystemAdapter