Skip to content

Commit

Permalink
Released v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
raen79 committed Jul 24, 2018
1 parent 4d3805c commit 003b1ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
- Add a testing framework
### 0.4.0
- Marginaly improve rendering speed by only re-rendering partials that contain a variable that changed.


## Released
### 0.3.3
- Fixed bugs in `Fie.executeCommanderMethod`
- `Util.execJS` now accepts function names such as `module.funcName`
- Event `fieReady` will now be triggered once the state is initially loaded.


## Released
### 0.3.2
- Added a `connect?` method to the commander to verify if the client is still connected to the commander. Particularly useful in long running processes.
### 0.3.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fie therefore replaces traditional Javascript frontend frameworks while requirin

1. Add the gem to your gemfile like so:
```ruby
gem 'fie', '~> 0.3.2'
gem 'fie', '~> 0.3.3'
```
2. Run the bundler
```bash
Expand Down

0 comments on commit 003b1ac

Please sign in to comment.