File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed
Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515
16- version =14.15.0
16+ version =14.15.1
Original file line number Diff line number Diff line change 11Release Notes for Version 14
22============================
33
4+ Build 024
5+ -------
6+ Published as version 14.15.1
7+ New Features:
8+
9+ Bug Fixes:
10+ * Fixed isomorphic test failures by adding a value check
411
512Build 023
613-------
Original file line number Diff line number Diff line change @@ -694,6 +694,7 @@ IString.prototype = {
694694 if ( typeof ( Intl ) !== 'undefined' ) {
695695 if ( ilib . _getPlatform ( ) === 'nodejs' ) {
696696 var version = process . versions [ "node" ] ;
697+ if ( ! version ) return false ;
697698 var majorVersion = version . split ( "." ) [ 0 ] ;
698699 if ( Number ( majorVersion ) >= 10 && ( Intl . PluralRules . supportedLocalesOf ( locale . getSpec ( ) ) . length > 0 ) ) {
699700 return true ;
Original file line number Diff line number Diff line change 11{
22 "name" : " ilib" ,
3- "version" : " 14.15.0 " ,
3+ "version" : " 14.15.1 " ,
44 "main" : " js/index.js" ,
55 "description" : " iLib is a cross-engine library of internationalization (i18n) classes written in pure JS" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments