BREAKING CHANGES - User auth is now mandatory. Too much stuff, like model permissions, rely on it. - React 16 and Next 4 are now being used.
Added - Material-ui color variables in the SCSS. Now you can just throw in a $red500 anywhere. - Redux - Prop-types - Linting - Unit tests
2.3.5
Fixed - Missing Six dependency - Issues with using the wrong python/python3 command
2.3.4
Fixed - Changes to the deploy script ended up breaking the main module just before shipping. Fixed.
2.3.3
Changed - All update requests were PUT and are now PATCH instead. This is also a bug fix. - Introduced the '-v' and '--version' flags. - Implemented the get_headers service for consistent headers everywhere.
Fixed - Bug fixes involving checking permissions and sending tokens in more cases. - Fixed a bug that prevented user permissions from actually being customized.
2.3.2
Fixed - Variable naming issue in user details
Changed - Pretty print the user model-so-far as it's being built.
2.3.1
Fixed - Fixed a bug with the boolean_input helper that counted nonsense values as true. - Fixed a bug with client side current_user checking giving false positives.
Added - Added ManyToMany and OneToOne fields - `owner_name` model method for models that require an owner. - Travis CI automated testing
Changed - Content details now hides pk - Content details gives the owner name as a link to the owner's profile, instead of just the user id.