Added
- `User()` class which contains user details
- `primary()` function to supersede `console()`
- `admins()` function to return a list of admin `User()`
- `group_member()` function to check if a user is in a group
- `fv_access()` function to check if a user has FileVault access
- `apfs_owner()` function to check if a user is an APFS volume owner
- `secure_token_status()` function to check if the user has a secure token
- `users()` function can now filter by primary group IDs
- This changelog
Changed
- `users()` now finds users by finding users with a shell
- `users()` now returns a list of User class
- Deprecated `console()` function, use `primary()`.username for similar functionality
Fixed
- `users()` now returns more than just "root"