Skip to content

Commit 10e9581

Browse files
committed
Release v1.0.0
1 parent 44a800f commit 10e9581

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Opal-RSpec Changelog
22

3-
## 1.0.0.alpha1 - 2022-11-11
3+
## 1.0.0 - 2022-11-24
44

55
- Drop support for anything below Opal v1.6.alpha1
66

@@ -14,6 +14,9 @@
1414
* In `around` blocks, you must call `example.run_await` instead of just `example.run`
1515
* Only `PromiseV2` is supported (`PromiseV1` may work, but you should migrate your application to use `PromiseV2` nevertheless, in Opal 2.0 it will become the default)
1616

17+
- Drop a requirement of `opal-sprockets`
18+
* Sprockets support is still provided, but you need to manually `require "opal/rspec/sprockets"`
19+
1720

1821
## 0.8.0 - 2021-12-01
1922

lib/opal/rspec/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Opal
22
module RSpec
3-
VERSION = '1.0.0.alpha1'
3+
VERSION = '1.0.0'
44
end
55
end

0 commit comments

Comments
 (0)