All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Don't throw error if the user information is not available
- tap library update to version 15.0.9
- Change compare functions that used the osm-comments-api to use only the user data available on the changeset
- Update queue and tap libs and update tests
- Move from Circle CI to Travis CI
- Changed
turn_restriction
function to detect only bad formatted ones.
- Function
very_long_name
to detect features with more than 80 chars in the name.
- Corrected typo from
dirty_words
todirty_word
.
- Version
dirty_word
andpriority_area
compare functions.
- Export
dirty_word
andpriority_area
compare functions from the module.
dirty_word
compare function to check for words in a feature's name.priority_area
compare function to detect feature edits in priority areas.- Script to convert
user_blocks.json
intouser_blocks.csv
- Fixed code linting.
- Update README with instructions about how to write a new compare function.
- Refactor
low_zoom_features
,uncommon_tags
,feature_version
,new_mapper
,compare_geometries
,landmark
anduser_blocks
compare function with versioning. landmark
compare function is now renamed tolandmark_score
- Add versioning to README.
user_blocks
compare function to return number of OpenStreetMap blocks received by mapper.- Script to download user blocks from OpenStreetMap.
- Rename compare function
infrequent_key_value
touncommon_tags
in module exports.
- Script to download uncommon tags from TagInfo.
- Update uncommon tags from TagInfo to
20
from10
. - Rename compare function
infrequent_key_value
touncommon_tags
.
low_zoom_features
to detect edits to features visible at low zoom level.new_mapper
to find edits by new mappers on OpenStreetMap.feature_version
to detect version of features modified.
- Add compare functions to module exports
landmark
compare function to detect edits to important landmarks.
- Code linting with ESLint.
- Document compare functions with JSDoc.
.DS_Store
bug fix for running tests.- Common tests and fixtures for compare functions to check for errors.
- Add
compare_geometries
to module export.
compare_geometries
compare function to monitor geometry transformations.- Setup
Circle CI
for continuous integration. - Setup
npm test
withtape
with code coverage withtap
. package.json
to release as an NPM module.- Initial version of README.