Newer
Older
dub_jkp / changelog / configy_stricter_parsing.dd
  1. dub will now warn on unrecognized settings or selections file
  2.  
  3. Previously, dub was silently accepting anything it didn't recognize
  4. in `[dub.]settings.json` and `dub.selections.json`. While the original
  5. intent was to make forward-compatibility easy, it proved detrimental
  6. as typos would just mean the user setting was ignored.
  7.  
  8. From this release, dub will now warn about any entry in its configuration files
  9. or in `dub.selections.json`. After 10 releases, those warnings will turn into errors.