Added CHANGELOG, bulma version bump, a little of linting.
This commit is contained in:
parent
cb8236eb92
commit
25b1d33652
3
.markdownlint.json
Normal file
3
.markdownlint.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"line-length": false
|
||||||
|
}
|
11
CHANGELOG.md
Normal file
11
CHANGELOG.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# Changelog
|
||||||
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
* Basic HTML elements.
|
@ -6,10 +6,10 @@
|
|||||||
|
|
||||||
BulpherJS made primarily for applications that is using Go modules. So installation would be as simple as:
|
BulpherJS made primarily for applications that is using Go modules. So installation would be as simple as:
|
||||||
|
|
||||||
```shell script
|
```shell
|
||||||
go get -u go.dev.pztrn.name/bulpherjs
|
go get -u go.dev.pztrn.name/bulpherjs
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
TBW
|
See [examples](/examples).
|
||||||
|
@ -2,7 +2,6 @@ package bulpherjs
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/gopherjs/gopherjs/js"
|
"github.com/gopherjs/gopherjs/js"
|
||||||
|
|
||||||
"go.dev.pztrn.name/bulpherjs/common"
|
"go.dev.pztrn.name/bulpherjs/common"
|
||||||
"go.dev.pztrn.name/bulpherjs/elements"
|
"go.dev.pztrn.name/bulpherjs/elements"
|
||||||
)
|
)
|
||||||
|
@ -8,7 +8,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
bulmaVersion = "0.8.0"
|
bulmaVersion = "0.9.3"
|
||||||
)
|
)
|
||||||
|
|
||||||
// HeadOptions is a "head" HTML head element configuration structure.
|
// HeadOptions is a "head" HTML head element configuration structure.
|
||||||
|
Loading…
Reference in New Issue
Block a user