Skip to content

Commit

Permalink
Merge branch 'typescript-and-lit'
Browse files Browse the repository at this point in the history
  • Loading branch information
NecroKote committed Mar 18, 2024
2 parents 0eb9ca5 + 344e11b commit a203131
Show file tree
Hide file tree
Showing 27 changed files with 8,254 additions and 567 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Validate

on:
push:
pull_request:
workflow_dispatch:

jobs:
validate-hacs:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- name: HACS validation
uses: "hacs/action@main"
with:
category: "plugin"

4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/node_modules
.parcel-cache

dist/index.js*
4 changes: 4 additions & 0 deletions .parcelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extends": "@parcel/config-default",
"namers": [ "parcel-namer-rewrite" ]
}
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ The format is based on [Keep a Changelog][keep-a-changelog]
<!-- and this project adheres to [Semantic Versioning][semantic-versioning]. -->

## [Unreleased]
## What's Changed
* Card is no longer compatible with HASL prior to version 4
* Complete rewrite using Lit and TypeScript
* Added visual editor for settings

## [2.6.2] (2023-06-12)
## What's Changed
* Fixed NaN and departure time calculations in https://github.com/hasl-sensor/lovelace-hasl-departure-card/issues/30 and https://github.com/hasl-sensor/lovelace-hasl-departure-card/issues/23
* Fixed NaN and departure time calculations in https://github.com/hasl-sensor/lovelace-hasl-departure-card/issues/30 and https://github.com/hasl-sensor/lovelace-hasl-departure-card/issues/23


## [2.6.1] (2023-02-17)
Expand Down
86 changes: 0 additions & 86 deletions README.md

This file was deleted.

Loading

0 comments on commit a203131

Please sign in to comment.