• webyarns-3.8.0.2 06ff5ea73a

    rparree released this 2019-10-28 19:03:28 +00:00 | 83 commits to master since this release

    Breaking changes:

    • The format for the sound json has changed to support looping as a configuration:

    The format should now follow:

    <script id="sounds" type="application/json">
        {
            "nakedcall": {
                "loop": true,
                "src": [
                    "webyarns/sounds/nakedcall.mp3",
                    "webyarns/sounds/nakedcall.ogg"
                ]
            },
            "manstitutes": {
                "src": [
                    "webyarns/sounds/manstitutes.mp3",
                    "webyarns/sounds/manstitutes.ogg"
                ]
            },
            "bar": {
                "src": [
                    "webyarns/sounds/bar.mp3",
                    "webyarns/sounds/bar.ogg"
                ]
            },
            "ding": {
                "src": [
                    "webyarns/sounds/ding.mp3",
                    "webyarns/sounds/ding.ogg"
                ]
            }
        }
    </script>
    
    
    Downloads