All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Slugs
- Authentication
- Authorization
- Brewery update suggestions feature
- Added
exclude_types
brewery filter parameter - Updated sort parameter to change from +/- to asc/desc
- Breweries filtering by postal code: 'by_postal'
0.4.1 - 2019-03-07
- Fix Brewery
by_state
filter to be more exact. Note: State abbreviations no longer work
- Ahoy analytics tracking
- Unnecessary files
- Turned off IP spoofing check
0.4.0 - 2018-11-25
- Brewery tags via ActsAsTaggableOn gem
- This CHANGELOG 🎉
0.3.5 - 2018-11-24
- Security Issue: rack and loofah
- Updated all gems to the most recent version
- README build icon
0.3.4 - 2018-10-18
- Community documentation for contribution.
- CircleCI config
0.3.3 - 2018-09-20
- TravisCI config
- README
0.3.2 - 2018-09-08
- Sentry for error and bug tracking
- Redirect homepage to documentation page
- Rollbar because it was going to be \$\$$
0.3.1 - 2018-08-24
- Rollbar for error and bug tracking
0.3.0 - 2018-08-23
- Columns
country
,longitude
,latitude
to breweries table - Attach Geocoder gem to Brewery model
- Task to update all brewery geocodes
- Rename breweries table
address
column tostreet
0.2.0 - 2018-08-11
- Search implemented via ElasticSearch and Searchkick gem
- Search endpoint
- Autocomplete endpoint
- Add event tracking via Ahoy Matey gem
- Disable Brewery POST, PUT, and DELETE endpoints for now
- Brewery and User models
- Brewery and User CRUD endpoints
- Breweries list endpoint with filtering by city, state, name, type
- Single brewery endpoint
- Pagination and sorting on breweries list
- Take to import breweries based on Brewers Association website scrape
- CircleCI configuration, Rubocop config, robots.txt