Path: | CHANGELOG.md |
Last Update: | Sat Jan 21 17:20:00 +0000 2012 |
# master
## 1.1.2 / 2012-01-20
## 1.1.1 / 2011-12-31
## 1.1.0 / 2011-11-13
## 1.0.3 / 2011-11-03
## 1.0.2 / 2011-08-09
## 1.0.1 / 2011-05-30
## 1.0.0 / 2011-05-12
## 0.10.4 / 2011-04-14
## 0.10.3 / 2011-04-07
## 0.10.2 / 2011-03-31
## 0.10.1 / 2011-03-22
## 0.10.0 / 2011-03-19
## 0.9.4 / 2010-08-01
## 0.9.3 / 2010-06-26
## 0.9.2 / 2010-05-24
## 0.9.1 / 2010-05-02
## 0.9.0 / 2010-04-12
## 0.8.1 / 2010-03-14
## 0.8.0 / 2009-08-15
## 0.7.6 / 2009-06-17
## 0.7.5 / 2009-05-25
## 0.7.4 / 2009-05-23
## 0.7.3 / 2009-04-25
## 0.7.2 / 2009-04-08
## 0.7.1 / 2009-04-05
## 0.7.0 / 2009-04-04
## 0.6.3 / 2009-03-10
## 0.6.2 / 2009-03-08
## 0.6.1 / 2009-03-07
## 0.6.0 / 2009-03-03
## 0.5.2 / 2009-02-17
## 0.5.1 / 2009-02-11
## 0.5.0 / 2009-01-11
## 0.4.3 / 2008-12-28
## 0.4.2 / 2008-12-28
## 0.4.1 / 2008-12-16
## 0.4.0 / 2008-12-14
## 0.3.1 / 2008-10-26
## 0.3.0 / 2008-09-07
before_transition :from => ‘parked’, :do => :lock_doors # was before_exit :parked, :lock_doors after_transition :on => ‘ignite’, :do => :turn_on_radio # was event :ignite, :after => :turn_on_radio do
## 0.2.1 / 2008-07-05
## 0.2.0 / 2008-06-29
## 0.1.1 / 2008-06-22
## 0.1.0 / 2008-05-05
## 0.0.1 / 2007-09-26
def before_exit_parked end
def after_enter_idling end
before_exit_parked :fasten_seatbelt