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_restrictionfunction to detect only bad formatted ones.
- Function
very_long_nameto detect features with more than 80 chars in the name.
- Corrected typo from
dirty_wordstodirty_word.
- Version
dirty_wordandpriority_areacompare functions.
- Export
dirty_wordandpriority_areacompare functions from the module.
dirty_wordcompare function to check for words in a feature's name.priority_areacompare function to detect feature edits in priority areas.- Script to convert
user_blocks.jsonintouser_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,landmarkanduser_blockscompare function with versioning. landmarkcompare function is now renamed tolandmark_score- Add versioning to README.
user_blockscompare function to return number of OpenStreetMap blocks received by mapper.- Script to download user blocks from OpenStreetMap.
- Rename compare function
infrequent_key_valuetouncommon_tagsin module exports.
- Script to download uncommon tags from TagInfo.
- Update uncommon tags from TagInfo to
20from10. - Rename compare function
infrequent_key_valuetouncommon_tags.
low_zoom_featuresto detect edits to features visible at low zoom level.new_mapperto find edits by new mappers on OpenStreetMap.feature_versionto detect version of features modified.
- Add compare functions to module exports
landmarkcompare function to detect edits to important landmarks.
- Code linting with ESLint.
- Document compare functions with JSDoc.
.DS_Storebug fix for running tests.- Common tests and fixtures for compare functions to check for errors.
- Add
compare_geometriesto module export.
compare_geometriescompare function to monitor geometry transformations.- Setup
Circle CIfor continuous integration. - Setup
npm testwithtapewith code coverage withtap. package.jsonto release as an NPM module.- Initial version of README.