Skip to content

Commit

Permalink
added build history
Browse files Browse the repository at this point in the history
  • Loading branch information
blacksmoke26 committed Jan 4, 2018
1 parent 2d4a632 commit bfeb6e4
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
Yii2 CDN History
=======================

## v0.2.4 (hotfix)

- Bug fixed: Undefined index: @sectionsAttrs
- Bug fixed: Warning : count(): Parameter must be an array or an object that implements Countable
- PHP 7.2 compatibility.
- Various improvements.

## v0.2.3

* Bug fixed: none of the inheritable attribute exist.
* Bug fixed: functional attribute `noNameInPathUrls` url was wrong.
* Bug fixed: unknown custom alias.
Expand All @@ -16,7 +24,7 @@ Yii2 CDN History
// removes section from paths/urls.
// Default value: false
"noNameInPathUrls" => true,
```
```

* Updated property doc comment
* Updated Version to 0.2.2
Expand All @@ -32,15 +40,15 @@ Yii2 CDN History
* (New) `Basepath` property and related methods.
* (New) Traits (`Url`, `File` and `Attributes`)
* (New) Replaceable tags (Filename only)

```
@thisComponentUrl , @thisSectionUrl
```

* (New) Inheritable attributes (in attribute tags)

`@sectionsAttrs` and `@filesAttrs`

```php
'component-id' => [
'@attributes' => [
Expand All @@ -54,18 +62,18 @@ Yii2 CDN History
],
// sections
],
```
```

* (New) Functional file attributes

```php
// Appends file modified time at the end of url.
// ...file.js?v=############
'timestamp'=>true,
// Set false to disable registring file as asset.
// For JavaScript and CSS files only
'registrable'=>false,
```
```

* Various issues resolved and major code improvements.

Expand All @@ -79,10 +87,10 @@ Yii2 CDN History

## v0.1.2 (critical fix)
* Bug fixed: Undefined component id given.

## v0.1.1
* (bug fixed) Wrong section name in Component.
* Wiki and Documentation added.

## v0.1.0 (green)
* First release

0 comments on commit bfeb6e4

Please sign in to comment.