Skip to content

Commit

Permalink
Updated the project with @mobilabs/es6kadoo v2.1 (Github Actions).
Browse files Browse the repository at this point in the history
  • Loading branch information
jclo committed Jan 25, 2024
1 parent 3bb2378 commit 7602d69
Show file tree
Hide file tree
Showing 23 changed files with 3,695 additions and 11,119 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# This workflow will run tests using node.
name: CI pipeline

on:
push:
branches: [ master, main ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm run build:dev
- run: npm test
- run: npm run check:coverage

- name: Coveralls
uses: coverallsapp/github-action@v2
# -- oOo --
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
__trash
_old_*

.nyc_output
coverage
node_modules

Expand Down
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
###

### 1.2.1 (January 25, 2024)

* Updated the project with @mobilabs/es6kadoo v2.1 (Github Actions),
* ...,


### 1.2.0 (November 3, 2023)

* Updated the project with @mobilabs/es6kadoo v1.1 (no Gulp),
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 Mobilabs <contact@mobilabs.fr> (http://www.mobilabs.fr)
Copyright (c) 2024 Mobilabs <contact@mobilabs.fr> (http://www.mobilabs.fr)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@

[![NPM version][npm-image]][npm-url]
[![GitHub last commit][commit-image]][commit-url]
[![Travis CI][travis-image]][travis-url]
[![Github workflow][ci-image]][ci-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![npm bundle size][npm-bundle-size-image]][npm-bundle-size-url]
[![License][license-image]](LICENSE.md)
<!-- [![Dependencies status][dependencies-image]][dependencies-url]
[![Dev Dependencies status][devdependencies-image]][devdependencies-url] -->

`RView` is a companion View library for building web applications. On the opposite of React, VueJS and Angular, View focuses on the viewing operations only. Besides, `RView` has a very fast learning curve as it doesn't introduce any new directives, pseudo-code, build, etc.

Expand Down Expand Up @@ -489,19 +487,15 @@ $().remove() | removes the element from the DOM (to handle wi
[npm-image]: https://img.shields.io/npm/v/@mobilabs/rview.svg?logo=npm&logoColor=fff&label=NPM+package
[release-image]: https://img.shields.io/github/release/jclo/rview.svg?include_prereleases
[commit-image]: https://img.shields.io/github/last-commit/jclo/rview.svg?logo=github
[travis-image]: https://img.shields.io/travis/com/jclo/rview.svg?logo=travis-ci&logoColor=fff
[ci-image]: https://github.com/jclo/rview/actions/workflows/ci.yml/badge.svg
[coveralls-image]: https://img.shields.io/coveralls/jclo/rview/master.svg?&logo=coveralls
[dependencies-image]: https://david-dm.org/jclo/rview/status.svg?theme=shields.io
[devdependencies-image]: https://david-dm.org/jclo/rview/dev-status.svg?theme=shields.io
[npm-bundle-size-image]: https://img.shields.io/bundlephobia/minzip/@mobilabs/rview.svg
[license-image]: https://img.shields.io/npm/l/@mobilabs/rview.svg

[npm-url]: https://www.npmjs.com/package/@mobilabs/rview
[release-url]: https://github.com/jclo/rview/tags
[commit-url]: https://github.com/jclo/rview/commits/master
[travis-url]: https://app.travis-ci.com/jclo/rview?branch=main
[ci-url]: https://github.com/jclo/rview/actions/workflows/ci.yml
[coveralls-url]: https://coveralls.io/github/jclo/rview?branch=master
[dependencies-url]: https://david-dm.org/jclo/rview
[devdependencies-url]: https://david-dm.org/jclo/rview?type=dev
[license-url]: http://opensource.org/licenses/MIT
[npm-bundle-size-url]: https://img.shields.io/bundlephobia/minzip/@mobilabs/rview
[license-url]: http://opensource.org/licenses/MIT
2 changes: 1 addition & 1 deletion _dist/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 Mobilabs <contact@mobilabs.fr> (http://www.mobilabs.fr)
Copyright (c) 2024 Mobilabs <contact@mobilabs.fr> (http://www.mobilabs.fr)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions _dist/lib/rview.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
*
* A companion Reactive View library for building web applications.
* (you can download it from npm or github repositories)
* Copyright (c) 2023 Mobilabs <contact@mobilabs.fr> (http://www.mobilabs.fr).
* Copyright (c) 2024 Mobilabs <contact@mobilabs.fr> (http://www.mobilabs.fr).
* Released under the MIT license. You may obtain a copy of the License
* at: http://www.opensource.org/licenses/mit-license.php).
* Built from ES6Kadoo v1.1.1.
* Built from ES6Kadoo v2.1.0.
* ************************************************************************** */
/*! Generated by Kadoo v1.0.7 */
/*! Generated by Kadoo v1.2.0 */
// ESLint declarations
/* global define */
/* eslint no-shadow: ['error', { 'allow': ['root'] }] */
Expand Down
6 changes: 3 additions & 3 deletions _dist/lib/rview.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions _dist/lib/rview.min.mjs

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions _dist/lib/rview.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
*
* A companion Reactive View library for building web applications.
* (you can download it from npm or github repositories)
* Copyright (c) 2023 Mobilabs <contact@mobilabs.fr> (http://www.mobilabs.fr).
* Copyright (c) 2024 Mobilabs <contact@mobilabs.fr> (http://www.mobilabs.fr).
* Released under the MIT license. You may obtain a copy of the License
* at: http://www.opensource.org/licenses/mit-license.php).
* Built from ES6Kadoo v1.1.1.
* Built from ES6Kadoo v2.1.0.
* ************************************************************************** */
/*! Generated by Kadoo v1.0.7 */
/*! Generated by Kadoo v1.2.0 */
// ESLint declarations
/* global define */
/* eslint no-shadow: ['error', { 'allow': ['root'] }] */
Expand Down
2 changes: 1 addition & 1 deletion lib/rview.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Generated by Kadoo v1.0.7 */
/*! Generated by Kadoo v1.2.0 */
// ESLint declarations
/* global define */
/* eslint no-shadow: ['error', { 'allow': ['root'] }] */
Expand Down
2 changes: 1 addition & 1 deletion lib/rview.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Generated by Kadoo v1.0.7 */
/*! Generated by Kadoo v1.2.0 */
// ESLint declarations
/* global define */
/* eslint no-shadow: ['error', { 'allow': ['root'] }] */
Expand Down
Loading

0 comments on commit 7602d69

Please sign in to comment.