Added CHANGELOG, bulma version bump, a little of linting.
This commit is contained in:
		
							
								
								
									
										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: | ||||
|  | ||||
| ```shell script | ||||
| ```shell | ||||
| go get -u go.dev.pztrn.name/bulpherjs | ||||
| ``` | ||||
|  | ||||
| ## Usage | ||||
|  | ||||
| TBW | ||||
| See [examples](/examples). | ||||
|   | ||||
| @@ -2,7 +2,6 @@ package bulpherjs | ||||
|  | ||||
| import ( | ||||
| 	"github.com/gopherjs/gopherjs/js" | ||||
|  | ||||
| 	"go.dev.pztrn.name/bulpherjs/common" | ||||
| 	"go.dev.pztrn.name/bulpherjs/elements" | ||||
| ) | ||||
|   | ||||
| @@ -8,7 +8,7 @@ import ( | ||||
| ) | ||||
|  | ||||
| const ( | ||||
| 	bulmaVersion = "0.8.0" | ||||
| 	bulmaVersion = "0.9.3" | ||||
| ) | ||||
|  | ||||
| // HeadOptions is a "head" HTML head element configuration structure. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user