<a name"5.0.0">
5.0.0 (2017-02-14)
Features
- inspectors:
- Enumerate tables used by a view (de806cd3)
- Add enumeration and schema inspection for Views (fd838f63)
- schema: Support 'interval' column type (9e0266d5)
Breaking Changes
inspect() no longer resolves to an array of table description objects.
inspect() now returns an object, with tables and views arrays.
(fd838f63)