tilfluktsrom/pwa/node_modules/strip-comments/CHANGELOG.md
Ole-Morten Duesund e8428de775 Add progressive web app companion for cross-platform access
Vite + TypeScript PWA that mirrors the Android app's core features:
- Pre-processed shelter data (build-time UTM33N→WGS84 conversion)
- Leaflet map with shelter markers, user location, and offline tiles
- Canvas compass arrow (ported from DirectionArrowView.kt)
- IndexedDB shelter cache with 7-day staleness check
- Service worker with CacheFirst tiles and precached app shell
- i18n for en, nb, nn (ported from Android strings.xml)
- iOS/Android compass handling with low-pass filter
- Respects user map interaction (no auto-snap on pan/zoom)
- Build revision cache-breaker for reliable SW updates

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 17:41:38 +01:00

4.4 KiB

Release history

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.

Guiding Principles
  • Changelogs are for humans, not machines.
  • There should be an entry for every single version.
  • The same types of changes should be grouped.
  • Versions and sections should be linkable.
  • The latest version comes first.
  • The release date of each versions is displayed.
  • Mention whether you follow Semantic Versioning.
Types of changes

Changelog entries are classified using the following labels (from keep-a-changelog):

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

[2.0.0] - 2019-09-14

Changed

  • Refactored again to use a custom parser that is much faster and supports a number of different languages.

1.0.2 - 2018-05-03

  • refactored
  • Remove default objectRestSpread plugin #40 allows for user configured plugins
  • Merge pull request #42 from tallarium/remove-default-transform
  • Merge remote-tracking branch 'origin/master' into refactor
  • Merge remote-tracking branch 'origin/master' into refactor
  • Merge pull request #44 from jonschlinkert/refactor

1.0.1 - 2018-03-24

  • feat: Allow users to specify their own babylon plugins
  • Merge pull request #40 from briandipalma/patch-1
  • adds allowReturnOutsideFunction to defaults

1.0.0 - 2018-03-24

  • adds object-rest-spread plugin

0.4.4 - 2016-02-14

  • refactor to use babylon

0.4.3 - 2015-12-25

  • minor tweak

0.4.2 - 2015-12-11

0.4.0 - 2015-11-04

0.3.4 - 2015-10-22

  • refactored
  • expose first method. code comments, minor formatting
  • allow line/block to be specified as options
  • Merge pull request #23 from jonschlinkert/dev
  • fixes examples
  • adds editorconfig

0.3.0 - 2014-09-02

  • merge fix from origin
  • Merge pull request #13 from mk-pmb/tests_literals_nocomment
  • Merge pull request #15 from mk-pmb/tests_literals_snake
  • Merge pull request #22 from kgryte/patch-1
  • Merge pull request #9 from tunnckoCore/master
  • Merge remote-tracking branch 'origin/line-comments'
  • Merge remote-tracking branch 'origin/master'
  • tests: not a comment: snake-y ASCII art
  • tests: string and regexp literals
  • adds tests for URLs
  • fix globstars
  • lint

0.2.0 - 2014-08-10

  • fixes use strict statement

0.1.6 - 2014-02-13

[0.1.0] - 2014-02-10

  • first commit